version

package
v1.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MobiledgeXPackageVersion = "5.0.0"

Functions

func BuildProps

func BuildProps(ctx context.Context, prefix string) map[string]string

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

func GetBuildInfo(ctx context.Context) *BuildInfo

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL