BrotliDecompressor handles brotli compression
| 80 | |
| 81 | // BrotliDecompressor handles brotli compression |
| 82 | type BrotliDecompressor struct{} |
| 83 | |
| 84 | // Decompress implements Decompressor interface for brotli |
| 85 | func (b *BrotliDecompressor) Decompress(data []byte) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected