# Functions

Retry will use the default backoff values to retry the passed operation.
RetryWithBackoff will retry the passed function (operation) using the given backoff.

# Structs

Backoff is a time.Duration counter, starting at Min.