The highest tagged major version is
v5.
package
Version:
v4.45.2
Opens a new window with list of versions in this module.
Published: Jun 12, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
View Source
var ErrRetryFailed = newError("all retry attempts failed")
type Strategy interface {
On(func() error) error
}
Strategy is a way to retry on a specific function.
Timed returns a retry strategy with fixed interval.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.