Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReturnCodeSuccess = iota ReturnCodeCliError ReturnCodeServerCommunicationError ReturnCodeResponseFalseError ReturnCodeTimeout ReturnCodeParameterError ReturnCodeSysError ReturnCodeFormatError ReturnCodeServerFailureError )
Variables ¶
View Source
var ( // AddressOptional means the command does not require a server address (version, start, ...) AddressOptional bool // Debug receives log messages in verbose mode Debug *golog.Logger // Log is the standard logger Log *golog.Logger )
global variables
View Source
var ErrCallByValue = errors.New("you shall not call setFieldValue by value")
View Source
var ErrEmptyNodeIdent = errors.New("Empty node identifier")
View Source
var ErrInvalidAttribute = errors.New("Invalid attribute")
View Source
var QmstrVersion string
QmstrVersion holds the qmstr version The variable is initialiazed in the makefile
Functions ¶
func ParseNodeID ¶
func SetupLogging ¶
SetupLogging sets up logging
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.