Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Output of "git describe". The prerequisite is that the branch should be // tagged using the correct versioning strategy. GitVersion string = "devel" )
Base version information.
This is the fallback data used when version information from git is not provided via go ldflags (e.g. via Makefile).
Functions ¶
func CreatePropsFromPflags ¶ added in v0.3.0
func CreatePropsFromPflags() *types.ArtifactProperties
func NewFlagValue ¶ added in v0.3.0
NewFlagValue creates a new pflag.Value for the specified type with the specified default value. If a default value is not desired, pass "" for defaultVal.
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.