Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreClient ¶
type StoreClient interface { SetPrefixes(keys []string) error GetValues(keys []string) (map[string]string, error) WatchPrefix(prefix string, keys []string, waitIndex uint64, stopChan chan bool) (string, error) GetCurrentRevision() uint64 }
The StoreClient interface is implemented by objects that can retrieve key/value pairs from a backend store.
Click to show internal directories.
Click to hide internal directories.