google.golang.org/grpc.addrConnStream.dc (field)
7 uses
google.golang.org/grpc (current package)
stream.go#L1134: dc Decompressor
stream.go#L1228: if as.dc == nil || as.dc.Type() != ct {
stream.go#L1231: as.dc = nil
stream.go#L1236: as.dc = nil
stream.go#L1241: err = recv(as.p, as.codec, as.s, as.dc, m, *as.callInfo.maxReceiveMessageSize, nil, as.decomp)
stream.go#L1262: err = recv(as.p, as.codec, as.s, as.dc, m, *as.callInfo.maxReceiveMessageSize, nil, as.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. |