Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionRegistry managers.ItemManager[ActionHandler] = managers.NewItemManager[ActionHandler]()
View Source
var ErrActionNotFound = func(id string) error { return errors.New("Action not found: " + id) }
Functions ¶
This section is empty.
Types ¶
type ActionHandler ¶
type ActionHandler interface { Handle(pipeline *data.Pipeline) error Spec() *models.ActionSpec }
Click to show internal directories.
Click to hide internal directories.