Versions in this module Expand all Collapse all v0 v0.1.0 Oct 25, 2017 Changes in this version + type Compressor interface + Compress func(b []byte, c []byte) ([]byte, error) + Decompress func(c []byte, b []byte) error + func NewCompressor(compressFormat string) Compressor + func NewFlateCompressor() Compressor + func NewGWSnappyCompressor() Compressor + func NewLz4Compressor() Compressor + func NewLzwCompressor() Compressor + func NewSnappyCompressor() Compressor + func NewZlibCompressor() Compressor