# Functions
NewAddUpdateOpts constructs UpdateWithOpts for endpoint registration.
NewDeleteUpdateOpts constructs UpdateWithOpts for endpoint deletion.
NewManager creates an endpoint manager which implements the interface of 'Manager'.
# 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.