Documentation
¶
Overview ¶
Package retry provides configurable retry logic with exponential backoff.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoWithResult ¶
DoWithResult executes fn with retries and returns a result.
func IsRetryable ¶
IsRetryable returns true for errors that warrant a retry.
Types ¶
Click to show internal directories.
Click to hide internal directories.