MCPcopy
hub / github.com/grpc/grpc-go / gzipCompressor

Struct gzipCompressor

rpc_util.go:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type gzipCompressor struct {
61 pool sync.Pool
62}
63
64// NewGZIPCompressor creates a Compressor based on GZIP.
65//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected