package
3.6.0-alpha.0
Repository: https://github.com/etcd-io/etcd.git
Documentation: pkg.go.dev

# Functions

NewAddUpdateOpts constructs UpdateWithOpts for endpoint registration.
NewDeleteUpdateOpts constructs UpdateWithOpts for endpoint deletion.
NewManager creates an endpoint manager which implements the interface of 'Manager'.

# Constants

Add indicates an Endpoint is added.
Delete indicates an existing address is deleted.

# Structs

Endpoint represents a single address the connection can be established with.
Update describes a single edit action of an Endpoint.
UpdateWithOpts describes endpoint update (add or delete) together with etcd options (e.g.

# Interfaces

Manager can be used to add/remove & inspect endpoints stored in etcd for a particular target.

# Type aliases

Key2EndpointMap maps etcd key into struct describing the endpoint.