Versions in this module Expand all Collapse all v0 v0.28.0 Apr 16, 2026 Changes in this version + func Do(ctx context.Context, cfg Config, fn func() error) error + func DoWithResult[T any](ctx context.Context, cfg Config, fn func() (T, error)) (T, error) + type Config struct + InitialWait time.Duration + MaxAttempts int + MaxWait time.Duration + Multiplier float64 + func DefaultConfig() Config