Documentation ¶
Index ¶
Constants ¶
View Source
const ( CoordinatorObject = kv.HeaderType('C') NotificationObject = kv.HeaderType('N') )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseCoordinator ¶
func NewBaseCoordinator ¶
func NewBaseCoordinator() *BaseCoordinator
NewBaseCoordinator returns a new base coordinator instance.
func (*BaseCoordinator) ServiceType ¶ added in v1.0.0
func (coord *BaseCoordinator) ServiceType() plugins.ServiceType
ServiceType returns the plug-in service type.
func (*BaseCoordinator) SetKeyCoder ¶ added in v1.0.0
func (coord *BaseCoordinator) SetKeyCoder(coder coordinator.KeyCoder)
SetKeyCoder sets the key coder.
type CoordinatorService ¶
type CoordinatorService interface { coordinator.Store plugins.Service }
Click to show internal directories.
Click to hide internal directories.