google.golang.org/grpc.dialOptions.bs (field)
6 uses
google.golang.org/grpc (current package)
clientconn.go#L242: if cc.dopts.bs == nil {
clientconn.go#L243: cc.dopts.bs = backoff.DefaultExponential
clientconn.go#L1104: backoffFor := ac.dopts.bs.Backoff(ac.backoffIdx)
dialoptions.go#L50: bs internalbackoff.Strategy
dialoptions.go#L244: o.bs = internalbackoff.Exponential{Config: p.Backoff}
dialoptions.go#L275: o.bs = bs
![]() |
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. |