google.golang.org/grpc.serverOptions.dc (field)
8 uses
google.golang.org/grpc (current package)
server.go#L127: dc Decompressor
server.go#L281: o.dc = dc
server.go#L1130: if rc := stream.RecvCompress(); s.opts.dc != nil && s.opts.dc.Type() == rc {
server.go#L1131: dc = s.opts.dc
server.go#L1406: if rc := stream.RecvCompress(); s.opts.dc != nil && s.opts.dc.Type() == rc {
server.go#L1407: ss.dc = s.opts.dc
![]() |
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. |