Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compression ¶
type Compression struct { }
func NewCompression ¶
func NewCompression() Compression
func (*Compression) GzipCompressDir ¶
func (c *Compression) GzipCompressDir(p *filepaths.Path) error
func (*Compression) Lz4Decompress ¶
func (c *Compression) Lz4Decompress(p *filepaths.Path) error
func (*Compression) TarCompress ¶
func (c *Compression) TarCompress(p *filepaths.Path) error
Click to show internal directories.
Click to hide internal directories.