Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VersionInfo ¶
type VersionInfo struct {
Application string `json:"application"`
Version string `json:"version"`
Revision string `json:"revision,omitempty"`
Branch string `json:"branch,omitempty"`
ReleaseDate string `json:"releaseDate,omitempty"`
GoVersion string `json:"goVersion"`
GoPlatform string `json:"goPlatform"`
}
VersionInfo is a rich representation of the version information which can also be readily serialized into a JSON representation
var Info VersionInfo
func (VersionInfo) HumanReadable ¶
func (v VersionInfo) HumanReadable() string
Click to show internal directories.
Click to hide internal directories.