Documentation
¶
Overview ¶
Inspired by similar approach in: https://github.com/helm/helm (Apache 2.0 License).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildInfo ¶
type BuildInfo struct {
// Version is the current semver.
Version string `json:"version,omitempty"`
// Build date.
Date string `json:"date,omitempty"`
// GitCommit is the git sha1.
GitCommit string `json:"git_commit,omitempty"`
// GoVersion is the version of the Go compiler used.
GoVersion string `json:"go_version,omitempty"`
}
BuildInfo describes the compile time information.
Click to show internal directories.
Click to hide internal directories.