Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileHandler ¶
FileHandler is a functional that can process a File. It returns an error if there is one.
type Unarchiver ¶
type Unarchiver interface {
Unarchive(io.Reader, FileHandler) error
}
Unarchiver unarchives a reader and processes files using the FileHandler.
Click to show internal directories.
Click to hide internal directories.