Documentation
¶
Index ¶
- func NewStore(addr string, isDebug bool) (storage.Store, error)
- type EtcdStore
- func (store *EtcdStore) Get(key string, v interface{}) error
- func (store *EtcdStore) KeysByPrefix(prefix string) ([]string, error)
- func (store *EtcdStore) Remove(key string) error
- func (store *EtcdStore) RemoveDir(key string) error
- func (store *EtcdStore) Set(key string, v interface{}, force ...bool) error
- func (store *EtcdStore) TryRemoveDir(key string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.