Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + var MaxRetries = 10 + func Do(fn Func) error + func IsMaxRetries(err error) bool + type Func func(attempt int) (retry bool, err error)