package
11.1.0+incompatible
Repository: https://github.com/fastly/cli.git
Documentation: pkg.go.dev

# Variables

Archives is a collection of supported archive formats.
TarGz represents an instance of a tar.gz archive file.
Zip represents an instance of a zip archive file.

# Structs

ArchiveBase represents a container for a collection of files.
ArchiveGzip represents a container for the .tar.gz file format.
ArchiveZip represents a container for the .zip file format.

# Interfaces

Archive represents the associated behaviour for a collection of files contained inside an archive format.