Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { GetServiceHealthy(serviceName string) (*service.HealthStatus, bool) GetCurrentServiceHealthy(serviceName string) (*service.HealthStatus, error) WatchServiceHealthy(serviceName string) Watcher CloseWatch(serviceName string, id string) error Start(hostNode *client.HostNode) error AddServices([]*service.Service) error GetServiceHealth() map[string]*service.HealthStatus AddServicesAndUpdate([]*service.Service) error Stop() error DisableWatcher(serviceName, watcherID string) EnableWatcher(serviceName, watcherID string) }
Manager Manager
Click to show internal directories.
Click to hide internal directories.