Versions in this module Expand all Collapse all v0 v0.0.65 Oct 21, 2022 v0.0.64 Aug 27, 2022 Changes in this version + var OperationMV = Operation("mv") + var OperationPut = Operation("put") + var OperationRM = Operation("rm") + type Etcd struct + ClearKey *string + ClearOp *Operation + ClearVal *string + Client *clientv3.Client + EnableTLS *bool + FailKey *string + FailOp *Operation + FailVal *string + Hosts []string + Key string + Password *string + TLSCA *string + TLSCert *string + TLSInsecure *bool + TLSKey *string + Username *string + WithPrefix *bool + func (d *Etcd) Cleanup() error + func (d *Etcd) ClearWork() error + func (d *Etcd) GetWork() (io.Reader, error) + func (d *Etcd) HandleFailure() error + func (d *Etcd) Init() error + func (d *Etcd) LoadEnv(prefix string) error + func (d *Etcd) LoadFlags() error + type Operation string