Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringSlice ¶
type StringSlice []string
func (*StringSlice) Equals ¶
func (s *StringSlice) Equals(a *StringSlice) bool
Equals does a deep comparison to see if the two String Slices are the same
func (StringSlice) MarshalYAML ¶
func (s StringSlice) MarshalYAML() (interface{}, error)
MarshalYAML turns a StringSlice into either a single yaml key: value or an array. Uses YAML v3
func (*StringSlice) UnmarshalYAML ¶
func (s *StringSlice) UnmarshalYAML(value *yaml.Node) error
UnmarshalYAML allows for the yaml representation of StringSlice to be either a single string or a slice of strings. Does not matter what the actual value type of the item contained is (int/bool/etc), it's converted to a string. Uses YAML v3
Click to show internal directories.
Click to hide internal directories.