Versions in this module Expand all Collapse all v1 v1.8.1 Dec 4, 2017 v1.8.0 Nov 21, 2017 Changes in this version + const Identity + func RegisterCompressor(c Compressor) + type Compressor interface + Compress func(w io.Writer) (io.WriteCloser, error) + Decompress func(r io.Reader) (io.Reader, error) + Name func() string + func GetCompressor(name string) Compressor