Versions in this module Expand all Collapse all v0 v0.20.4 Aug 7, 2024 Changes in this version + func Ever(ctx context.Context) bool + func IsNotNil(err error) bool + func IsTemporary(err error) bool + func Never(ctx context.Context) context.Context + func Retry(f func() error, p Predicate, backoff wait.Backoff) (err error) + type Backoff = wait.Backoff + type Predicate func(error) (retry bool)