package internal

Import Path
	google.golang.org/grpc/encoding/internal (on go.dev)

Dependency Relation
	imports 0 packages, and imported by one package

Involved Source Files Package internal contains code internal to the encoding package.
Package-Level Variables (only one)
RegisterCompressorForTesting registers a compressor in the global compressor registry. It returns a cleanup function that should be called at the end of the test to unregister the compressor. This prevents compressors registered in one test from appearing in the encoding headers of subsequent tests.