Versions in this module Expand all Collapse all v1 v1.0.0 Jun 19, 2022 Changes in this version + type Compressor interface + Compress func([]byte) ([]byte, error) + Decompress func([]byte) ([]byte, error) + func NewGzipCompressor(maxSize int64) Compressor + func NewNoCompressor() Compressor