Versions in this module Expand all Collapse all v0 v0.2.1 Mar 13, 2026 v0.2.0 Mar 13, 2026 Changes in this version + func ExternalCall(ctx context.Context, stepKey string, ...) error + func StepOnce(ctx context.Context, stepKey string, fn func(ctx context.Context) error) error + func Step[T any](ctx context.Context, stepKey string, fn func(ctx context.Context) (T, error)) (T, error)