package
Version:
v1.8.0
Opens a new window with list of versions in this module.
Published: Mar 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 3
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.