Documentation
¶
Index ¶
- Variables
- func NewDiscovery(c *conf.Registry) (registry.Discovery, error)
- func NewRegistrar(c *conf.Registry) (registry.Registrar, error)
- type Option
- type Registry
- func (r *Registry) Deregister(ctx context.Context, service *registry.ServiceInstance) error
- func (r *Registry) GetService(_ context.Context, serviceName string) ([]*registry.ServiceInstance, error)
- func (r *Registry) Register(_ context.Context, service *registry.ServiceInstance) error
- func (r *Registry) Watch(ctx context.Context, serviceName string) (registry.Watcher, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrWatcherStopped = errors.New("watcher stopped")
Functions ¶
Types ¶
type Option ¶ added in v0.1.0
type Option func(o *options)
Option is etcd registry option.
func WithDigestACL ¶ added in v0.1.0
WithDigestACL with registry password.
func WithRootPath ¶ added in v0.1.0
WithRootPath with registry root path.
type Registry ¶ added in v0.1.0
type Registry struct {
// contains filtered or unexported fields
}
Registry is consul registry
func NewRegistry ¶
NewRegistry 创建一个注册发现客户端 - ZooKeeper
func (*Registry) Deregister ¶ added in v0.1.0
Deregister registry service to zookeeper.
func (*Registry) GetService ¶ added in v0.1.0
func (r *Registry) GetService(_ context.Context, serviceName string) ([]*registry.ServiceInstance, error)
GetService get services from zookeeper
Click to show internal directories.
Click to hide internal directories.