# 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.