Versions in this module Expand all Collapse all v2 v2.9.3 Mar 12, 2021 v2.9.2 Mar 12, 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, opts ...registry.DeregisterOption) error + func (m *Registry) GetService(name string, opts ...registry.GetOption) ([]*registry.Service, error) + func (m *Registry) Init(opts ...registry.Option) error + func (m *Registry) ListServices(opts ...registry.ListOption) ([]*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() Other modules containing this package github.com/btccom/go-micro