Documentation
¶
Overview ¶
Package version defines constants for version checking and the development build sentinel.
Index ¶
Constants ¶
View Source
const ( // VarBinaryVersion is the template variable for binary version string. VarBinaryVersion = "BinaryVersion" // VarKeyAgeDays is the template variable for API key age in days. VarKeyAgeDays = "KeyAgeDays" // VarPluginVersion is the template variable for plugin version string. VarPluginVersion = "PluginVersion" )
Template variable keys for version hooks.
View Source
const ( // ThrottleID is the state file name for daily throttle of version checks. ThrottleID = "version-checked" // DevBuild is the version string used for development builds. DevBuild = "dev" )
Check-version configuration.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.