Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManageService ¶
func NewManageService ¶
func NewManageService(stopCh <-chan struct{}) (ManageService, error)
type SimpleService ¶
type SimpleService interface { Register(ctx context.Context, node string) error UnRegister(ctx context.Context, node string) error Release(node string) }
func NewSimpleService ¶
func NewSimpleService(stopCh <-chan struct{}) (SimpleService, error)
Click to show internal directories.
Click to hide internal directories.