Versions in this module Expand all Collapse all v1 v1.1.2 Dec 22, 2021 Changes in this version type BackoffOptions + BaselineDuration time.Duration + Jitter int + Limit time.Duration + Multiplier int64 type UntilOptions + Interval time.Duration + Jitter int v1.1.1 Dec 22, 2021 Changes in this version + func Backoff(ctx context.Context, check func() (bool, error), o ...*BackoffOptions) error + func Until(ctx context.Context, check func() (bool, error), o ...*UntilOptions) error + type BackoffOptions struct + type UntilOptions struct