package task type Runner interface { Run(ctx map[string]any) error Restart(ctx map[string]any) error Stop(ctx map[string]any) error }