Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compressor ¶
type Compressor interface { Compress(input []byte) ([]byte, error) Decompress(input []byte) ([]byte, error) }
func Gzip ¶
func Gzip(level int) Compressor
func Noop ¶
func Noop() Compressor
Click to show internal directories.
Click to hide internal directories.