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 { Close() error Bytes() []byte Get(path ...string) reader.Value Load(source ...source.Source) error Watch(path ...string) (Watcher, error) }
Config is an interface abstraction for dynamic configuration
type Option ¶
type Option func(o *Options)
func WithSource ¶
WithSource appends a source to list of sources
Directories ¶
Path | Synopsis |
---|---|
Package encoder handles source encoding formats
|
Package encoder handles source encoding formats |
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 |
configmap
Package configmap config is an interface for dynamic configuration.
|
Package configmap config is an interface for dynamic configuration. |
file
Package file is a file source.
|
Package file is a file source. |
grpc/proto
Package grpc is a generated protocol buffer package.
|
Package grpc is a generated protocol buffer package. |
memory
Package memory is a memory source
|
Package memory is a memory source |
Click to show internal directories.
Click to hide internal directories.