package
Version:
v0.14.7-rc1
Opens a new window with list of versions in this module.
Published: May 10, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
GitVersion = "v0.0.0"
GitCommit = "unknown"
GitBranch = "unknown"
BuildDate = "unknown"
)
type VerInfo struct {
GitVersion string `json:"gitVersion"`
GitCommit string `json:"gitCommit"`
GitBranch string `json:"gitBranch"`
BuildDate string `json:"buildDate"`
GoVersion string `json:"goVersion"`
Compiler string `json:"compiler"`
Platform string `json:"platform"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.