Documentation
¶
Overview ¶
Package retry runs a fallible block of code until it succeeds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Retrier ¶ added in v1.3.0
type Retrier struct {
// contains filtered or unexported fields
}
Retrier implements an exponentially backing off retry instance. Use New instead of creating this object directly.
Click to show internal directories.
Click to hide internal directories.