Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToMapOfArrayOfStrings ¶
func ToMapOfArrayOfStrings(original map[string]ArrayOrString) map[string][]string
ToMapOfArrayOfStrings transforms a map with string keys into a map of array of strings
Types ¶
type ArrayOrString ¶
type ArrayOrString []string
ArrayOrString is a type used to unmarshal a field as an array of strings or as a single string from YAMLs
func (*ArrayOrString) UnmarshalYAML ¶
func (v *ArrayOrString) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implement the unmarshal from YAML package
type KeyValuePair ¶
KeyValuePair represents a value associated with a key
Click to show internal directories.
Click to hide internal directories.