Versions in this module Expand all Collapse all v0 v0.0.2 Jun 19, 2021 Changes in this version + var ErrRetryFailed = newError("all retry attempts failed") + type Strategy interface + On func(func() error) error + func ExponentialBackoff(attempts int, delay uint32) Strategy + func Timed(attempts int, delay uint32) Strategy