Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer holds fields for etcd writer.
func NewWriter ¶
func NewWriter(kv *etcdclient.KVWrapper, opts ...clientv3.OpOption) *Writer
NewWriter returns a new etcd writer.
func (*Writer) DeletePrefix ¶ added in v2.9.0
DeletePrefix deletes a whole prefix from etcd.
Click to show internal directories.
Click to hide internal directories.