//
pkg.gl
Category
github.com/dileepdkumar/https-github.com-cockroachdb-cockroach2
pkg
util
retry
package
1.1.2
Repository:
https://github.com/dileepdkumar/https-github.com-cockroachdb-cockroach2.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
110 SLOC
#
Functions
Start
Start returns a new Retry initialized to some default values.
StartWithCtx
StartWithCtx returns a new Retry initialized to some default values.
WithMaxAttempts
WithMaxAttempts is a helper that runs fn N times and collects the last err.
#
Structs
Options
Options provides reusable configuration of Retry objects.
Retry
Retry implements the public methods necessary to control an exponential- backoff retry loop.