Documentation ¶
Overview ¶
Package backoff is a wrapper around cenkalti/backoff, adding OTel.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Permanent wraps an error, indicating to the underlying library that the // request should not be retried and the underlying error should be // returned. Permanent = backoff.Permanent )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.