Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllHandler ¶
type AllHandler func() error
type Controller ¶
type Trigger ¶
type Trigger interface { Trigger() OnTrigger(ctx context.Context, name string, handler AllHandler) Key() relatedresource.Key }
func New ¶
func New(controller Controller) Trigger
Click to show internal directories.
Click to hide internal directories.