Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerManager ¶
type ControllerManager interface { Start(ctx context.Context) WithController(controller factory.Controller, workers int) ControllerManager }
func NewControllerManager ¶
func NewControllerManager() ControllerManager
NewControllerManager returns new controller manager.
Click to show internal directories.
Click to hide internal directories.