Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StringArray ¶
type StringArray []string
StringArray is a type that can be unmarshalled from yaml as either a `string` or as a `[]string` and will always result in a `[]string`
func (*StringArray) UnmarshalYAML ¶
func (a *StringArray) UnmarshalYAML(unmarshal func(interface{}) error) error
Click to show internal directories.
Click to hide internal directories.