Documentation ¶
Index ¶
- func Server() settings.T
- type ETC
- func (e ETC) Cancel()
- func (e ETC) Delete(key string) (*clientv3.DeleteResponse, error)
- func (e ETC) DeleteWithPrefix(key string) (*clientv3.DeleteResponse, error)
- func (e ETC) Get(key string, opts ...clientv3.OpOption) (*clientv3.GetResponse, error)
- func (e ETC) GetWithPrefix(key string) (*clientv3.GetResponse, error)
- func (e ETC) Put(key string, value string) (*clientv3.PutResponse, error)
- func (e ETC) PutWithLease(key string, value string, ttl int64) (*clientv3.PutResponse, error)
- func (e ETC) Txn() clientv3.Txn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ETC ¶
func (ETC) DeleteWithPrefix ¶
func (e ETC) DeleteWithPrefix(key string) (*clientv3.DeleteResponse, error)
func (ETC) GetWithPrefix ¶
func (e ETC) GetWithPrefix(key string) (*clientv3.GetResponse, error)
func (ETC) PutWithLease ¶
Click to show internal directories.
Click to hide internal directories.