Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NonRetryableError ¶ added in v0.6.0
type NonRetryableError struct {
Err error
}
NonRetryableError represents an error returned if the error should not be retried
func (*NonRetryableError) Error ¶ added in v0.6.0
func (e *NonRetryableError) Error() string
Error returns an error string
func (*NonRetryableError) Unwrap ¶ added in v0.6.0
func (e *NonRetryableError) Unwrap() error
Unwrap returns the underlying error
type Retry ¶
type Retry struct {
// contains filtered or unexported fields
}
Retry handles executing and retrying a function
func NewRetry ¶
NewRetry initializes a retry handler maxRetry is *retries*, so maxRetry of 2 means 3 total tries. -1 retries means indefinite retries
func NewTestRetry ¶
NewTestRetry is the test version, returns Retry in test mode (nanosecond retry delay).
Click to show internal directories.
Click to hide internal directories.