package internal

import "google.golang.org/grpc/encoding/internal"

Package internal contains code internal to the encoding package.

Index

Variables

var RegisterCompressorForTesting any // func RegisterCompressor(c Compressor) func()

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.

Source Files

internal.go

Version
v1.79.2
Published
Mar 6, 2026
Platform
windows/amd64
Last checked
36 minutes ago

Tools for package owners.