Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUserAgent ¶
func GetUserAgent() string
GetUserAgent returns a user agent for user with an HTTP client
Types ¶
type BuildInfo ¶
type BuildInfo struct {
// Version is the current semver.
Version string `json:"version,omitempty"`
// BuildType is the current build type, either nightly or release.
BuildType string `json:"build_type,omitempty"`
// Branch is the current git branch.
Branch string `json:"branch,omitempty"`
// GitCommit is the git sha1.
GitCommit string `json:"git_commit,omitempty"`
// GitTreeState is the state of the git tree.
GitTreeState string `json:"git_tree_state,omitempty"`
// GoVersion is the version of the Go compiler used.
GoVersion string `json:"go_version,omitempty"`
// CompiledBy is the current compiled_by computer
CompiledBy string `json:"compiled_by,omitempty"`
// BuildTime is the build time
BuildTime string `json:"build_time,omitempty"`
}
BuildInfo describes the compile time information.
Click to show internal directories.
Click to hide internal directories.