Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MobiledgeXPackageVersion = "5.0.0"
Functions ¶
Types ¶
type BuildInfo ¶
type BuildInfo struct { BuildTag string `yaml:"buildtag"` BuildMaster string `yaml:"buildmaster"` BuildHead string `yaml:"buildhead"` BuildAuthor string `yaml:"buildauthor"` BuildDate string `yaml:"builddate"` }
func GetBuildInfo ¶
GetBuildInfo from an external yaml file. This if for binaries distributed in containers, to avoid having the binaries change when other binary was modified which caused the build version to change. version.yaml is expected to be copied to the root of the container. For binaries distributed outside of containers, use versions from the version_embedded package.
Click to show internal directories.
Click to hide internal directories.