//
pkg.gl
Category
github.com/ServiceWeaver/weaver
runtime
retry
package
0.24.6
Repository:
https://github.com/serviceweaver/weaver.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
11
Files
67 SLOC
#
Functions
Begin
Begin initiates a new retry loop.
BeginWithOptions
BeginWithOptions returns a new retry loop configured with the provided options.
#
Variables
DefaultOptions
DefaultOptions is the default set of Options.
#
Structs
Options
Options are the options that configure a retry loop.
Retry
Retry holds state for managing retry loops with exponential backoff and jitter.