Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archiver ¶
type Archiver interface { Extracter // ArchiveDirectory archives the given directory into the given output stream // for all files matching predicate. // out is closed by this method. ArchiveDirectory(directory string, predicate func(string) bool, out io.WriteCloser) error }
Archiver is an interface for archiving files and directories.
Click to show internal directories.
Click to hide internal directories.