Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Endpoints []string
}
Config represents the configuration of a Registry
type EtcdRegistry ¶
type EtcdRegistry struct {
// contains filtered or unexported fields
}
EtcdRegistry implements the Registry interface for etcd
func NewEtcdRegistry ¶
func NewEtcdRegistry(config Config) (*EtcdRegistry, error)
NewEtcdRegistry creates and configures a new EtcdRegistry
Click to show internal directories.
Click to hide internal directories.