Versions in this module Expand all Collapse all v1 v1.0.0 May 17, 2022 Changes in this version + type Backoff interface + Next func(retries int) time.Duration + func Constant(delay time.Duration) Backoff + func Exponential(initial, max time.Duration) (Backoff, error) + func ExponentialWithGrowthRate(initial, max time.Duration, growth float64) (Backoff, error) + func Zero() Backoff