Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compressor ¶
func Get ¶
func Get(c api.Compressor) (Compressor, error)
type GzipCompressor ¶
type GzipCompressor struct { }
func NewGzipCompressor ¶
func NewGzipCompressor() *GzipCompressor
type LzoCompressor ¶
type LzoCompressor struct { }
func NewLzoCompressor ¶
func NewLzoCompressor() *LzoCompressor
type NoneCompressor ¶
type NoneCompressor struct { }
NoneCompressor do nothing
func NewNoneCompressor ¶
func NewNoneCompressor() *NoneCompressor
type SnappyCompressor ¶
type SnappyCompressor struct { }
func NewSnappyCompressor ¶
func NewSnappyCompressor() *SnappyCompressor
type ZstdCompressor ¶
type ZstdCompressor struct { }
func NewZstdCompressor ¶
func NewZstdCompressor() *ZstdCompressor
Click to show internal directories.
Click to hide internal directories.