Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name of application Name = "kolide" // Description of application Description = "osquery command and control" // VersionMajor is for an API incompatible changes VersionMajor = 0 // VersionMinor is for functionality // in a backwards-compatible manner VersionMinor = 2 // VersionPatch is for backwards-compatible bug fixes VersionPatch = 3 // VersionBuild holds the git commit that was compiled. // This will be filled in by the compiler. VersionBuild = "" )
View Source
var Version = fmt.Sprintf("%d.%d.%d", VersionMajor, VersionMinor, VersionPatch)
Version is the specification version that the package types support.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.