package
1.9.2
Repository: https://github.com/nikunjgit/grpc-go.git
Documentation: pkg.go.dev

# Packages

Package gzip implements and registers the gzip compressor during the initialization.

# Functions

GetCompressor returns Compressor for the given compressor name.
RegisterCompressor registers the compressor with gRPC by its name.

# Constants

Identity specifies the optional encoding for uncompressed streams.

# Interfaces

Compressor is used for compressing and decompressing when sending or receiving messages.