kubernetes/vendor/github.com/emicklei/go-restful/v3/compressors.go

type CompressorProvider

var currentCompressorProvider

func init() {}

// CurrentCompressorProvider returns the current CompressorProvider.
// It is initialized using a SyncPoolCompessors.
func CurrentCompressorProvider() CompressorProvider {}

// SetCompressorProvider sets the actual provider of compressors (zlib or gzip).
func SetCompressorProvider(p CompressorProvider) {}