version

package
v0.8.6 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2024 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetBuildInfo

func SetBuildInfo(version, dateStr, gitTreeState, gitCommit string)

Set's the build info as a package global.

Types

type BuildInfo

type BuildInfo struct {
	// Version is the current semver.
	Version string `json:"version,omitempty"`
	// Date is the build date.
	Date time.Time `json:"date,omitempty"`
	// gitTreeState is the state of the git tree.
	GitTreeState string `json:"git_tree_state,omitempty"`
	// GitCommit is the git sha1.
	GitCommit string `json:"git_commit,omitempty"`
}

BuildInfo describes the compile time information.

func GetBuildInfo

func GetBuildInfo() *BuildInfo

GetBuildInfo returns the package global `buildInfo`

func (BuildInfo) String

func (bi BuildInfo) String() string

Jump to

Keyboard shortcuts

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