Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigValue ¶
type ConfigValue struct {
// contains filtered or unexported fields
}
func (*ConfigValue) ChangesChannel ¶
func (c *ConfigValue) ChangesChannel() <-chan *ValueChange
func (*ConfigValue) FullKey ¶
func (c *ConfigValue) FullKey() string
func (*ConfigValue) ModifiedIndex ¶
func (c *ConfigValue) ModifiedIndex() uint64
func (*ConfigValue) String ¶
func (c *ConfigValue) String() string
func (*ConfigValue) Value ¶
func (c *ConfigValue) Value() string
type DirWatcher ¶
type DirWatcher struct {
// contains filtered or unexported fields
}
func NewDirWatcher ¶
func NewDirWatcher(keysAPI client.KeysAPI, dir string) *DirWatcher
func (*DirWatcher) GetObservedConfigValue ¶
func (d *DirWatcher) GetObservedConfigValue(keyRelativeToDir string) (*ConfigValue, error)
Click to show internal directories.
Click to hide internal directories.