# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
New creates a new retrier with the given configuration.
OnErrors sets the errors that should be retried.
Deprecated: use return types from non-*AndWait methods.
No description provided by the author
Deprecated: use return types from non-*AndWait methods.
No description provided by the author
WithRetryFunc sets the function that determines whether an error should halt the retrier.
WithTimeout sets the timeout for the retrier.
# Structs
No description provided by the author
No description provided by the author
Deprecated: use return types from non-*AndWait methods.
Retrier is a struct that can retry an operation until it succeeds or the timeout is reached.
RetryConfig is the configuration for a retrier.
# Type aliases
Deprecated: use return types from non-*AndWait methods.
RetryOption is a function that sets part of the retry configuration for a retrier.