Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry interface { Name() string Init() error WatchServiceUpdates() chan ServiceUpdate Shutdown() error }
type ServiceUpdate ¶
type ServiceUpdate struct { Type ServiceUpdateType Service *Service Target *Target }
type ServiceUpdateType ¶
type ServiceUpdateType int
const ( ServiceUpdateTypeUnkown ServiceUpdateType = 0 ServiceUpdateTypeAdd ServiceUpdateType = 1 ServiceUpdateTypeRemove ServiceUpdateType = 2 )
Click to show internal directories.
Click to hide internal directories.