Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "none" BuildDate = "unknown" Branch = "unknown" )
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
Version string `json:"version"`
Commit string `json:"commit"`
BuildDate string `json:"build_date"`
Branch string `json:"branch"`
}
Info is the build metadata exposed by `kui version` and GET /api/v1/version.
Click to show internal directories.
Click to hide internal directories.