Documentation ¶
Overview ¶
Package core contains pieces of information or functions needed across the entire application
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Build = "nonRelease"
Build is the build number of the Merlin Agent program set at compile time
View Source
var Debug = false
Debug is used to troubleshoot problems and results in very detailed information being displayed on STDOUT
View Source
var Mutex = &sync.Mutex{}
Mutex is used to ensure exclusive access to STDOUT & STDERR
View Source
var Verbose = false
Verbose indicates if the agent should write messages to STDOUT
View Source
var Version = "2.2.0"
Version is the Merlin Agent's version number
Functions ¶
func RandStringBytesMaskImprSrc ¶
RandStringBytesMaskImprSrc generates and returns a random string of n characters long
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.