Documentation ¶
Overview ¶
Package etcd resolver
Package etcd resolver
Index ¶
- func NewEtcdRegistry(endpoints []string) (registry.Registry, error)
- func NewEtcdRegistryWithAuth(endpoints []string, username, password string) (registry.Registry, error)
- func NewEtcdResolver(endpoints []string) (discovery.Resolver, error)
- func NewEtcdResolverWithAuth(endpoints []string, username, password string) (discovery.Resolver, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEtcdRegistry ¶
NewEtcdRegistry creates a etcd based registry.
func NewEtcdRegistryWithAuth ¶
func NewEtcdRegistryWithAuth(endpoints []string, username, password string) (registry.Registry, error)
NewEtcdRegistryWithAuth creates a etcd based registry with given username and password.
func NewEtcdResolver ¶
NewEtcdResolver creates a etcd based resolver.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.