Documentation ¶
Index ¶
- type Option
- type Registry
- func (r *Registry) Deregister(ctx context.Context, service *registry.ServiceInstance) error
- func (r *Registry) GetService(ctx context.Context, serviceName string) ([]*registry.ServiceInstance, error)
- func (r *Registry) Register(ctx context.Context, service *registry.ServiceInstance) error
- func (r *Registry) Watch(ctx context.Context, serviceName string) (registry.Watcher, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(o *options)
Option is etcd registry option.
func WithTimeout ¶
WithTimeout with registry timeout.
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry is consul registry
func (*Registry) Deregister ¶
Deregister registry service to zookeeper.
func (*Registry) GetService ¶
func (r *Registry) GetService(ctx context.Context, serviceName string) ([]*registry.ServiceInstance, error)
GetService get services from zookeeper
Click to show internal directories.
Click to hide internal directories.