Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Selector ¶
Selector is a function for selecting and projecting a directory or file. If a selector function returns true, the directory or file will be extracted. The selector function can also maps the give path to a new path when extracting.
type TarArchive ¶
type TarArchive struct {
// contains filtered or unexported fields
}
TarArchive facilitates working with tar.gz files.
func NewTarArchive ¶
func NewTarArchive(ui ui.UI) *TarArchive
NewTarArchive creates a new instance of TarArchive.
Click to show internal directories.
Click to hide internal directories.