Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Elect ¶
type Elect struct {
// contains filtered or unexported fields
}
func (*Elect) SubscribeWithAction ¶
type EtcdConfig ¶
type EtcdConfig struct { Endpoints []string Username string Password string TLS *tls.Config LockTTL int LockPrefix string // contains filtered or unexported fields }
func NewEtcdConfigFromDBOptions ¶
func NewEtcdConfigFromDBOptions(opts *options.DBOptions) (*EtcdConfig, error)
Click to show internal directories.
Click to hide internal directories.