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) GetRaw(key string) (string, 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) SetWithTTL(key string, v interface{}, ttlSec int, force ...bool) error
- func (store *EtcdStore) TryRemoveDir(key string)
- func (store *EtcdStore) Watch(key string) chan string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EtcdStore ¶
func (*EtcdStore) KeysByPrefix ¶
func (*EtcdStore) SetWithTTL ¶
func (*EtcdStore) TryRemoveDir ¶
Click to show internal directories.
Click to hide internal directories.