Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { IsRunning() bool Error() error Start(ctx context.Context, name string, o controller.Options) error Stop(ctx context.Context) }
func New ¶
func New(mgr manager.Manager, ceCtx ccsyntax.ConfigExecutionContext, ge chan event.GenericEvent) Controller
Click to show internal directories.
Click to hide internal directories.