google.golang.org/grpc.clientStream.cc (field)
11 uses
google.golang.org/grpc (current package)
stream.go#L267: cc: cc,
stream.go#L300: Authority: cs.cc.authority,
stream.go#L334: dc: cs.cc.dopts.dc,
stream.go#L352: if cs.cc.parsedTarget.Scheme == "xds" {
stream.go#L359: t, done, err := cs.cc.getTransport(ctx, cs.callInfo.failFast, cs.callHdr.Method)
stream.go#L394: cc *ClientConn
stream.go#L506: if cs.cc.dopts.disableRetry {
stream.go#L523: channelz.Infof(logger, cs.cc.channelzID, "Server retry pushback specified to abort (%q).", sps[0])
stream.go#L529: channelz.Warningf(logger, cs.cc.channelzID, "Server retry pushback specified multiple values (%q); not retrying.", sps)
stream.go#L851: cs.cc.incrCallsFailed()
stream.go#L853: cs.cc.incrCallsSucceeded()
 |
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. |