Versions in this module Expand all Collapse all v0 v0.9.0 Mar 1, 2024 v0.8.0 Dec 11, 2023 v0.7.0 Nov 23, 2022 Changes in this version + func UntilNoError(ctx context.Context, retryWait time.Duration, f func() (err error)) (err error) + func UntilOK(ctx context.Context, retryWait time.Duration, f func() (ok bool, err error)) (err error)