# Functions
ErrorLoggerFunc returns an error logger from a function.
NewRetrier returns a new retrier.
Retry calls a function, retries on errors and panics, uses exponential backoff.
Retry1 calls a function, retries on errors and panics, uses exponential backoff.
Timeout returns an exponential backoff timeout for retrying.
TimeoutOpts returns an exponential backoff timeout for retrying.
# Interfaces
No description provided by the author
Retrier retries functions on errors and panics, uses exponential backoff.