Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶
type Info struct {
Major string `json:"major"`
Minor string `json:"minor"`
Patch string `json:"patch"`
PreRelease string `json:"prerelease"`
Meta string `json:"meta"`
GitVersion string `json:"gitVersion"`
GitCommit string `json:"gitCommit"`
GitTreeState string `json:"gitTreeState"`
BuildDate string `json:"buildDate"`
GoVersion string `json:"goVersion"`
Compiler string `json:"compiler"`
Platform string `json:"platform"`
}
func Get ¶
func Get() Info
GetInterface returns the overall codebase version. It's for detecting what code a binary was built from. These variables typically come from -ldflags settings and in their absence fallback to the settings in pkg/version/base.go.
Click to show internal directories.
Click to hide internal directories.