//
pkg.gl
Category
github.com/vbhledger-blockchain/library
grpc
internal
backoff
package
1.1.0
Repository:
https://github.com/vbhledger-blockchain/library.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
43 SLOC
#
Structs
Exponential
Exponential implements exponential backoff algorithm as defined in https://github.com/grpc/grpc/blob/master/doc/connection-backoff.md.
#
Interfaces
Strategy
Strategy defines the methodology for backing off after a grpc connection failure.