Versions in this module Expand all Collapse all v0 v0.0.2 Jul 3, 2024 v0.0.1 Jul 2, 2024 Changes in this version + type Config struct + Executor *executor.Executor + Handler map[v1alpha1.ActionMeta]string + type EventHandler func(sourceType string, event interface{}, data interface{}) error + func (e EventHandler) AddHandlerAfter(eh EventHandler) EventHandler + func (e EventHandler) AddHandlerBefore(eh EventHandler) EventHandler + func New() EventHandler + func NewFromConfig(ctx context.Context, cli client.Client, actionMeta v1alpha1.ActionMeta, ...) EventHandler