package
2.0.0+incompatible
Repository: https://github.com/csci-2390-project/grpc-go.git
Documentation: pkg.go.dev
# Functions
GetCodec gets a registered Codec by content-subtype, or nil if no Codec is registered for the content-subtype.
GetCompressor returns Compressor for the given compressor name.
RegisterCodec registers the provided Codec for use with all gRPC clients and servers.
RegisterCompressor registers the compressor with gRPC by its name.
# Constants
Identity specifies the optional encoding for uncompressed streams.
# Interfaces
Codec defines the interface gRPC uses to encode and decode messages.
Compressor is used for compressing and decompressing when sending or receiving messages.