Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotLoaded = errors.New("not loaded config yet")
)
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader interface { // Close will stop the loader Close() error // Load the sources Load(...source.Source) error // A Snapshot of loaded config Snapshot() (*Snapshot, error) // String is the name of loader String() string }
Loader manages loading sources
Click to show internal directories.
Click to hide internal directories.