Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Verbose display return from Tat Engine Verbose bool // Debug display Request and response from Tat Engine Debug bool // ConfigFile is $HOME/.tatcli/config.json per default // contains user, password and url of tat ConfigFile string // SSLInsecureSkipVerify Skip certificate check with SSL connection SSLInsecureSkipVerify bool // Pretty prints json return in pretty format Pretty bool // ShowStackTrace prints stacktrace on tatcli panic ShowStackTrace bool // BasicAuth enables basic auth support BasicAuth bool // URL of tat engine URL string // TatwebuiURL of tat Web UI, used only by tatcli ui and facultative TatwebuiURL string // Username of tat user Username string // Password of tat user Password string )
Functions ¶
func Exit ¶
func Exit(format string, args ...interface{})
Exit func display an error message on stderr and exit 1
func GetSkipLimit ¶
GetSkipLimit gets skip and limit in args array default skip to 0 and limit to 10
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.