Versions in this module Expand all Collapse all v1 v1.0.0 Aug 18, 2021 Changes in this version + func NewRegistry(opts ...registry.Option) registry.Registry + func Services(s map[string][]*registry.Service) registry.Option + type Registry struct + func (m *Registry) Deregister(s *registry.Service) error + func (m *Registry) GetService(name string) ([]*registry.Service, error) + func (m *Registry) Init(opts ...registry.Option) error + func (m *Registry) ListServices() ([]*registry.Service, error) + func (m *Registry) Options() registry.Options + func (m *Registry) Register(s *registry.Service, opts ...registry.RegisterOption) error + func (m *Registry) String() string + func (m *Registry) Watch(opts ...registry.WatchOption) (registry.Watcher, error) + type Watcher struct + func (m *Watcher) Next() (*registry.Result, error) + func (m *Watcher) Stop()