Documentation
¶
Overview ¶
Package hook provides standardised way to trigger hooks and provide values at different points in execution
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executer ¶
type Executer interface { ExecuteWithValue(definition *jamiethompsonmev1alpha1.HookDefinition, value string) (string, error) GetType() string }
Executer interface provides methods for executing user logic with a value passed through to it
Click to show internal directories.
Click to hide internal directories.