Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseYAML ¶
ParseYAML attempts to load and parse the files given by files and store the contents of the files in the struct given by target. It will overwrite any conflicting keys by the keys in the subsequent files. Missing files will not cause an error but will just be skipped. After parsing all files any top level structs which are empty will be replaced by their value from def.
func PermissiveParseYAML ¶
PermissiveParseYAML is a variant of ParseYAML that disables gopkg.in/yaml.v2's strict mode
DO NOT USE.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.