version

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Current added in v0.11.0

func Current() string

String returns current Release version.

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) SemVer added in v0.11.0

func (info Info) SemVer() string

String returns info as a short semantic version string (0.8.15).

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