Versions in this module Expand all Collapse all v0 v0.1.0 Oct 24, 2025 Changes in this version + type CompleteTask func(ctx context.Context, taskName string, result []interface{}, err error) error + type ExecuteTask func(taskName string, input ...interface{}) ([]interface{}, error) + type Executor struct + func NewExecutor(tasks *task.Tasks, callbacker *callbackapi.ClientWithResponses) *Executor + func (e *Executor) Execute(ctx context.Context, taskName string, input ...interface{}) error