Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LabelSet ¶
type LabelSet struct {
model.LabelSet `yaml:",inline"`
}
LabelSet is a labelSet that can be used as a flag.
func (LabelSet) String ¶
func (v LabelSet) String() string
String implements flag.Value Format: a=1,b=2
func (*LabelSet) UnmarshalYAML ¶
func (v *LabelSet) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML the Unmarshaler interface of the yaml pkg.
Click to show internal directories.
Click to hide internal directories.