Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterStep ¶
func RegisterStep(stepType string, handler StepHandler)
RegisterStep registers a step handler for a specific type.
Types ¶
type StepHandler ¶
type StepHandler func(ctx context.Context, stepMap map[string]interface{}, stepOutputs map[string]interface{}) (interface{}, string, error)
func GetStepHandler ¶
func GetStepHandler(stepType string) (StepHandler, error)
GetStepHandler retrieves a step handler by type.
Click to show internal directories.
Click to hide internal directories.