Documentation ¶
Overview ¶
Package yaml provides yaml support for conf.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YAML ¶
type YAML struct {
// contains filtered or unexported fields
}
YAML provides support for unmarshaling YAML into the applications config value. After the yaml is unmarshaled, the Parse function is executed to apply defaults and overrides. Fields that are not set to their zero after the yaml is parsed will have the defaults ignored.
Click to show internal directories.
Click to hide internal directories.