google.golang.org/grpc.callInfo.failFast (field)
9 uses
google.golang.org/grpc (current package)
rpc_util.go#L157: failFast bool
rpc_util.go#L168: failFast: true,
rpc_util.go#L278: c.failFast = o.FailFast
stream.go#L175: c.failFast = !*mc.WaitForReady
stream.go#L247: ctx = newContextWithRPCInfo(ctx, c.failFast, c.codec, cp, comp)
stream.go#L251: ctx = sh.TagRPC(ctx, &stats.RPCTagInfo{FullMethodName: method, FailFast: c.failFast})
stream.go#L256: FailFast: c.failFast,
stream.go#L359: t, done, err := cs.cc.getTransport(ctx, cs.callInfo.failFast, cs.callHdr.Method)
stream.go#L486: if !ok && !cs.callInfo.failFast {
 |
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. |