# Functions
MustCanonicalConfig creates a new config and panics on errors.
MustNewSingleValue creates a new config holding a single string value.
MustParseConfig parses the given configuration content into a CanonicalConfig.
NewCanonicalConfig creates a new empty config.
NewCanonicalConfigFrom creates a new config from the API type after normalizing the data.
NewSingleValue creates a new config holding a single string value.
ParseConfig parses the given configuration content into a CanonicalConfig.
# Variables
Options are config options for the YAML file.
# Type aliases
CanonicalConfig contains configuration for an Elastic resource ("elasticsearch.yml" or "kibana.yml"), as a hierarchical key-value configuration.