Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GitVersion ¶
type GitVersion struct { Tag string `yaml:"tag" json:"tag"` Commit string `yaml:"commit" json:"commit"` Tree WorkingTreeState `yaml:"working_tree" json:"working_tree"` }
type GoMetadata ¶
type Version ¶
type Version struct { Git GitVersion `yaml:"git" json:"git"` Database string `yaml:"database" json:"database"` Go GoMetadata `yaml:"go" json:"go"` Date string `yaml:"build_date" json:"build_date"` }
type WorkingTreeState ¶
type WorkingTreeState string
const ( TREE_CLEAN WorkingTreeState = "clean" TREE_DIRTY WorkingTreeState = "dirty" )
Click to show internal directories.
Click to hide internal directories.