Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
// Load loads the configuration from the store
Load() (io.ReadCloser, error)
}
Store is an interface for config store
Click to show internal directories.
Click to hide internal directories.