Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Git ¶
type Git struct { Branch string Message string SHA string Tag string IsBranch bool IsClean bool IsTag bool }
Git contains git specific metadata.
type Metadata ¶
type Metadata struct { Repository string `yaml:"repository"` Docker *Docker Git *Git Version *Version Variables VariablesMap `yaml:"variables"` Built string }
Metadata contains metadata.
func (*Metadata) UnmarshalYAML ¶
UnmarshalYAML implements the yaml.UnmarshalYAML interface.
type VariablesMap ¶
type VariablesMap = map[string]interface{}
VariablesMap is a map for user defined metadata.
Click to show internal directories.
Click to hide internal directories.