Versions in this module Expand all Collapse all v1 v1.8.4 Aug 21, 2023 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