Versions in this module Expand all Collapse all v1 v1.4.0 Nov 21, 2020 v1.3.1 Nov 29, 2019 Changes in this version + func Run(p Policy, fn func() error) error + func Stop(err error) error + type Policy interface + Next func() (time.Duration, bool) + func ExponentialPolicy(attempts int, sleep time.Duration) Policy