func google.golang.org/grpc.NewGZIPCompressorWithLevel

2 uses

	google.golang.org/grpc (current package)
		rpc_util.go#L62: 	c, _ := NewGZIPCompressorWithLevel(gzip.DefaultCompression)
		rpc_util.go#L72: func NewGZIPCompressorWithLevel(level int) (Compressor, error) {