Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2023 Changes in this version + func RetryN(method func() (bool, error), retries int) error + func RetryUnlimited(method func() (bool, error)) error