package
0.0.0-20241018223127-a062be16fda2
Repository: https://github.com/activestate/cli.git
Documentation: pkg.go.dev
# Functions
NewTarGz initializes a new TarGzArchiver.
No description provided by the author
NewZip initializes a new ZipArchive.
No description provided by the author
# Structs
TarGzArchive is an extension of an TarGz archiver implementing an unarchive method with progress feedback.
No description provided by the author
Unarchiver wraps an implementation of an unarchiver that can unpack one file at a time.
ZipArchive is an extension of an Zip archiver implementing an unarchive method with progress feedback.
No description provided by the author
# Interfaces
SingleUnarchiver is an interface for an unarchiver that can unpack the next file It extends the existing archiver.Reader with a method to extract a single file from the archive.
# Type aliases
ExtractNotifier gets called when a new file has been extracted from the archive.