Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OperationRM = Operation("rm") OperationPut = Operation("put") OperationMV = Operation("mv") )
Functions ¶
This section is empty.
Types ¶
type Etcd ¶
type Etcd struct {
Client *clientv3.Client
Hosts []string
Username *string
Password *string
Key string
WithPrefix *bool
ClearOp *Operation
ClearKey *string
ClearVal *string
FailOp *Operation
FailKey *string
FailVal *string
// TLS
EnableTLS *bool
TLSInsecure *bool
TLSCert *string
TLSKey *string
TLSCA *string
// contains filtered or unexported fields
}
func (*Etcd) HandleFailure ¶
Click to show internal directories.
Click to hide internal directories.