Versions in this module Expand all Collapse all v0 v0.0.0 Nov 23, 2022 Changes in this version + type Strategy interface + WaitDuration func(attempt, maxRetry int, req *http.Request, resp *http.Response, err error) time.Duration + func DefaultStrategy(duration time.Duration) Strategy + func ExponentialStrategy(duration time.Duration) Strategy