package
1.8.1
Repository: https://github.com/pieterclaerhout/go-james.git
Documentation: pkg.go.dev

# Functions

NewTarball returns a new TarballCompressor instance.
NewZip returns a new ZipCompressor instance.

# Structs

TarballCompressor is used to create tgz files.
ZipCompressor is used to create zip files.

# Interfaces

Compressor defines the interface a compressor needs to implement.