Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + func Init() + type Discovery struct + func (s *Discovery) Initialize(uris string, heartbeat time.Duration, ttl time.Duration, ...) error + func (s *Discovery) Prefix() string + func (s *Discovery) Register(addr string) error + func (s *Discovery) Store() store.Store + func (s *Discovery) Watch(stopCh <-chan struct{}) (<-chan discovery.Entries, <-chan error)