Documentation
¶
Overview ¶
Package config is an interface for dynamic configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
// provide the reader.Values interface
reader.Values
// Stop the config loader/watcher
Close() error
// Load config Sources
Load(source ...source.Source) error
// Force a source change set sync
Sync() error
// Watch a value for changes
Watch(path ...string) (Watcher, error)
}
Config is an interface abstraction for dynamic configuration
Directories
¶
| Path | Synopsis |
|---|---|
|
Package encoder handles source encoding formats
|
Package encoder handles source encoding formats |
|
package loader manages loading from multiple sources
|
package loader manages loading from multiple sources |
|
Package reader parses change sets and provides config values
|
Package reader parses change sets and provides config values |
|
Package source is the interface for sources
|
Package source is the interface for sources |
|
file
Package file is a file source.
|
Package file is a file source. |
|
memory
Package memory is a memory source
|
Package memory is a memory source |
Click to show internal directories.
Click to hide internal directories.