//
pkg.gl
Category
github.com/jacobkranz/grpc-go
internal
backoff
package
1.14.0
Repository:
https://github.com/jacobkranz/grpc-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
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.