Versions in this module Expand all Collapse all v0 v0.10.3 Dec 17, 2021 v0.10.2 Dec 17, 2021 v0.10.1 Dec 17, 2021 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()