Documentation ¶
Overview ¶
The configloader package provides YAML-based configuration files, with automatic environment variable overriding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigLoader ¶
type ConfigLoader interface { //Loads a YAML formated configuration from path into data. Load(data interface{}, path string) error }
ConfigLoader loads configuration.
type DefaultFiller ¶
type DefaultFiller interface {
FillDefaults() error
}
Click to show internal directories.
Click to hide internal directories.