Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArchiver = ZIP
DefaultArchiver represents an Archiver that is used when no others have been specified. Default is the ZIP archiver.
Functions ¶
Types ¶
type Archiver ¶
type Archiver interface { DestFmt() string Archive(src, dest string) error Restore(src, dest string) error }
Archiver represents type capable of archiving and restoring files.
Click to show internal directories.
Click to hide internal directories.