package
0.0.0-20241212132234-0076f9e1ccd7
Repository: https://github.com/basecomplextech/baselibrary.git
Documentation: pkg.go.dev

# 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.

# Structs

No description provided by the author

# Interfaces

No description provided by the author
Retrier retries functions on errors and panics, uses exponential backoff.