version

package
v0.3.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ReleaseCandidate = "rc.1"

ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.

View Source
var ReleaseVersion = "v0.3.0"

ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".

Functions

This section is empty.

Types

type Info

type Info struct {
	Major        string `json:"major"`
	Minor        string `json:"minor"`
	Patch        string `json:"patch"`
	PreRelease   string `json:"prerelease"`
	Meta         string `json:"meta"`
	GitVersion   string `json:"gitVersion"`
	GitCommit    string `json:"gitCommit"`
	GitTreeState string `json:"gitTreeState"`
	BuildDate    string `json:"buildDate"`
	GoVersion    string `json:"goVersion"`
	Compiler     string `json:"compiler"`
	Platform     string `json:"platform"`
}

func Get

func Get() Info

GetInterface returns the overall codebase version. It's for detecting what code a binary was built from. These variables typically come from -ldflags settings and in their absence fallback to the settings in pkg/version/base.go.

func (Info) String

func (info Info) String() string

String returns info as a human-friendly version string.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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