package
Version:
v0.0.0-...-4d3f714
Opens a new window with list of versions in this module.
Published: Jul 20, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
VersionFile = "VERSION"
DefaultVersion = "latest"
)
Constants
type Version struct {
Version string `json:"version" yaml:"version"`
Commit string `json:"commit" yaml:"commit"`
Built string `json:"built" yaml:"built"`
GoChassis string `json:"Go-Chassis" yaml:"Go-Chassis"`
}
Version is a struct which has attributes for version
Source Files
¶
Click to show internal directories.
Click to hide internal directories.