package
0.38.0-preview.0
Repository: https://github.com/onflow/flow-go.git
Documentation: pkg.go.dev

# Functions

AfterConsecutiveFailures returns a retry middleware will invoke the OnMaxConsecutiveFailures callback when ever maxConsecutiveFailures has been reached for a retry operation.

# Type aliases

OnMaxConsecutiveFailures func that gets invoked when max consecutive failures has been reached.