Versions in this module Expand all Collapse all v1 v1.1.0 Jul 24, 2021 v1.0.0 May 10, 2021 Changes in this version + const DefaultFactor + const DefaultJitter + const DefaultMaxInterval + const DefaultMinInterval + const MaxInt64 + type Backoff struct + Factor float64 + Jitter bool + Max time.Duration + Min time.Duration + func Default() *Backoff + func New(factor float64, jitter bool, max, min time.Duration) *Backoff + func WithoutJitter() *Backoff + func (b *Backoff) Attempts() uint64 + func (b *Backoff) Next() time.Duration + func (b *Backoff) Reset()