Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodesDiscoveryService ¶
type NodesDiscoveryService struct {
// contains filtered or unexported fields
}
NodesDiscoveryService is exported
func (*NodesDiscoveryService) Fetch ¶
func (s *NodesDiscoveryService) Fetch() ([]*discovery.Entry, error)
Fetch is exported
func (*NodesDiscoveryService) Initialize ¶
func (s *NodesDiscoveryService) Initialize(uris string, _ int) error
Initialize is exported
func (*NodesDiscoveryService) Register ¶
func (s *NodesDiscoveryService) Register(addr string) error
Register is exported
func (*NodesDiscoveryService) Watch ¶
func (s *NodesDiscoveryService) Watch(callback discovery.WatchCallback)
Watch is exported
Click to show internal directories.
Click to hide internal directories.