# Functions
NewConfig creates a new configuration object from the YAML string passed via in.
NewConfigWithFile loads a new configuration object from an external YAML file.
# Interfaces
The Decoder interface may be implemented by types to customize their behavior when being unmarshaled from a YAML document.
# Type aliases
MapSlice encodes and decodes as a YAML map.