google.golang.org/grpc.clientStream.callInfo (field)
10 uses
google.golang.org/grpc (current package)
stream.go#L266: callInfo: c,
stream.go#L359: t, done, err := cs.cc.getTransport(ctx, cs.callInfo.failFast, cs.callHdr.Method)
stream.go#L393: callInfo *callInfo
stream.go#L486: if !ok && !cs.callInfo.failFast {
stream.go#L696: if cs.bufferSize > cs.callInfo.maxRetryRPCBufferSize {
stream.go#L728: if len(payload) > *cs.callInfo.maxSendMessageSize {
stream.go#L729: return status.Errorf(codes.ResourceExhausted, "trying to send message larger than max (%d vs. %d)", len(payload), *cs.callInfo.maxSendMessageSize)
stream.go#L831: o.after(cs.callInfo, cs.attempt)
stream.go#L908: err = recv(a.p, cs.codec, a.s, a.dc, m, *cs.callInfo.maxReceiveMessageSize, payInfo, a.decomp)
stream.go#L945: err = recv(a.p, cs.codec, a.s, a.dc, m, *cs.callInfo.maxReceiveMessageSize, nil, a.decomp)
 |
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. |