Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Recorder ¶
type Recorder interface {
Certificate() error
Put(string, string) error
//Put(string,[]byte) error
PutWithLease(string, string, clientv3.OpOption) error
Get(string) ([]byte, error)
GetWithPrefix(string) (map[string][]byte, error)
Del(string) error
DelWithPrefix(string) error
NewLease() clientv3.Lease
GetWatcher(string) clientv3.WatchChan
Close() error
}
Click to show internal directories.
Click to hide internal directories.