Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllersInterface ¶
type ControllersInterface interface { // Start starts all of the controllers. Start(ctx context.Context) error // Stop stops all of the controllers. Stop(ctx context.Context) error }
ControllersInterface defines methods that controllers must implement.
func NewControllers ¶
func NewControllers(ctx context.Context, op *Options) (ControllersInterface, error)
NewControllers inits controllers.
Click to show internal directories.
Click to hide internal directories.