Versions in this module Expand all Collapse all v2 v2.6.4 Mar 21, 2024 Changes in this version + var ErrWatcherStopped = errors.New("watcher stopped") + type Content struct + Key string + Value string + type Option func(o *options) + func WithDigestACL(user string, password string) Option + func WithRootPath(path string) Option + type Registry struct + func New(address []string, opts ...Option) *Registry + func (r *Registry) Deregister(ctx context.Context, service gsvc.Service) error + func (r *Registry) Register(_ context.Context, service gsvc.Service) (gsvc.Service, error) + func (r *Registry) Search(_ context.Context, in gsvc.SearchInput) ([]gsvc.Service, error) + func (r *Registry) Watch(ctx context.Context, key string) (gsvc.Watcher, error)