type google.golang.org/grpc/internal/backoff.Exponential
5 uses
google.golang.org/grpc/internal/backoff (current package)
backoff.go#L43: var DefaultExponential = Exponential{Config: grpcbackoff.DefaultConfig}
backoff.go#L47: type Exponential struct {
backoff.go#L54: func (bc Exponential) Backoff(retries int) time.Duration {
google.golang.org/grpc
dialoptions.go#L244: o.bs = internalbackoff.Exponential{Config: p.Backoff}
dialoptions.go#L266: return withBackoff(internalbackoff.Exponential{Config: bc})
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |