Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrUnableToLoadConfig chkitErrors.Err = "unable to load config" ErrInvalidUserInfo chkitErrors.Err = "invalid user info" ErrInvalidAPIurl chkitErrors.Err = "invalid API url" ErrUnableToLoadTokens chkitErrors.Err = "unable to load tokens" ErrUnableToSaveTokens chkitErrors.Err = "unable to save tokens" )
View Source
const DEBUG = false
View Source
const MOCK = false
Variables ¶
View Source
var ( ErrUnableToReadPassword chkitErrors.Err = "unable to read password" ErrUnableToReadUsername chkitErrors.Err = "unable to read username" ErrInvalidPassword chkitErrors.Err = "invalid password" ErrInvalidUsername chkitErrors.Err = "invalid username" )
View Source
var ( Version = "3.0.0-alpha" FlagConfigFile = "config" FlagAPIaddr = "apiaddr" )
View Source
var API_ADDR = "https://192.168.88.200:8082"
View Source
var (
ErrFatalError chkitErrors.Err = "fatal error"
)
Functions ¶
func Fingerprint ¶
func Fingerprint() string
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.