Documentation ¶ Index ¶ func If(attempts int, sleep time.Duration, fn func() error, predicate func(error) bool) (err error) func IfErrorIs(attempts int, sleep time.Duration, fn func() error, target error) error func Retry(attempts int, sleep time.Duration, fn func() error) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func If ¶ func If(attempts int, sleep time.Duration, fn func() error, predicate func(error) bool) (err error) func IfErrorIs ¶ func IfErrorIs(attempts int, sleep time.Duration, fn func() error, target error) error func Retry ¶ func Retry(attempts int, sleep time.Duration, fn func() error) error Types ¶ This section is empty. Source Files ¶ View all Source files retry.go Click to show internal directories. Click to hide internal directories.