Documentation ¶
Index ¶
- func IsNoRetry(err error) bool
- func NoRetry(err error) *errNoRetry
- func OnErrorRetry(f func() error, maxTimes int, interval time.Duration) error
- func Retry(maxRetries int, fn func() error, stepDuration ...time.Duration) error
- func RetryBy(maxRetries int, fn func() error, stepDuration func(int) time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.