Versions in this module Expand all Collapse all v0 v0.0.2 Mar 12, 2023 v0.0.1 Mar 12, 2023 Changes in this version + type Backoff struct + Initial time.Duration + Jitter time.Duration + Max time.Duration + func (b *Backoff) Attempts() int + func (b *Backoff) Duration() (dur time.Duration) + func (b *Backoff) Reset()