type google.golang.org/grpc.Decompressor
12 uses
google.golang.org/grpc (current package)
dialoptions.go#L49: dc Decompressor
dialoptions.go#L195: func WithDecompressor(dc Decompressor) DialOption {
rpc_util.go#L108: type Decompressor interface {
rpc_util.go#L122: func NewGZIPDecompressor() Decompressor {
rpc_util.go#L633: func recvAndDecompress(p *parser, s *transport.Stream, dc Decompressor, maxReceiveMessageSize int, payInfo *payloadInfo, compressor encoding.Compressor) ([]byte, error) {
rpc_util.go#L701: func recv(p *parser, c baseCodec, s *transport.Stream, dc Decompressor, m interface{}, maxReceiveMessageSize int, payInfo *payloadInfo, compressor encoding.Compressor) error {
server.go#L127: dc Decompressor
server.go#L279: func RPCDecompressor(dc Decompressor) ServerOption {
server.go#L1126: var dc Decompressor
stream.go#L450: dc Decompressor
stream.go#L1134: dc Decompressor
stream.go#L1352: dc Decompressor
 |
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. |