# Functions
AddJitter adds an amount of jitter between 0 and the given jitter to the given duration.
Load loads the file at path into v.
NewAttributeError ...
NewMultiError ...
NewRetryable ...
NewRetryableError ...
NewSimpleBackoff creates a Backoff which ranges from min to max increasing by multiple each time.
NewUUID generates a random UUID according to RFC 4122.
RetryNWithBackoff takes a Backoff, a maximum number of tries 'n', and a function that returns an error.
RetryWithBackoff takes a Backoff and a function to call that returns an error If the error is nil then the function will no longer be called.
Save saves a representation of v to the file at path.
Unpack ...
# Structs
AttributeError ...
DefaultRetryable ...
DefaultRetryableError ...
MultiErr implements error.
SimpleBackoff ...