version

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the code version.
	Version string
	// GitBranch code branch.
	GitBranch string
	// GitCommit is the git commit.
	GitCommit string
	// GitTreeState clean/dirty.
	GitTreeState string
	// BuildTime is the build time.
	BuildTime string
)

Functions

func AddFlags

func AddFlags(fs *pflag.FlagSet)

func PrintVersionOrContinue

func PrintVersionOrContinue()

PrintVersionOrContinue will print git commit and exit with os.Exit(0) if CLI v flag is present.

Types

type Info

type Info struct {
	Version      string `json:"version"`
	GitBranch    string `json:"gitBranch"`
	GitCommit    string `json:"gitCommit"`
	GitTreeState string `json:"gitTreeState"`
	BuildTime    string `json:"buildTime"`
	GoVersion    string `json:"goVersion"`
	Compiler     string `json:"compiler"`
	Platform     string `json:"platform"`
}

func Get

func Get() Info

func (Info) String

func (info Info) String() string

String return the string of Info.

Jump to

Keyboard shortcuts

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