Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildTime = "MISSING BUILD TIME"
BuildTime is the time the application was built
View Source
var GitCommit = "MISSING GIT COMMIT"
GitCommit is the git commit hash of the application
View Source
var Version = "v0.0.0"
Version is the version of the application
View Source
var VersionResponse = info{ Version: Version, GitCommit: GitCommit, BuildTime: BuildTime, }
VersionResponse holds the version information
Functions ¶
func GetVersion ¶
func GetVersion(w http.ResponseWriter, r *http.Request)
GetVersion returns the application version information
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.