Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Spec ¶
type Spec struct { // GitDescribe is the git describe for this build // It should be a clean git tag for a real release GitDescribe string `json:"git_describe"` // GitCommit is the git commit for this build GitCommit string `json:"git_commit"` // Timestamp is the Unix (epoch) time when the build occurred Timestamp time.Time `json:"timestamp"` }
Spec represents the build info for the running binary
Click to show internal directories.
Click to hide internal directories.