Documentation
¶
Index ¶
- func Do(unpack Unpack, archive, dest string, options *Options) error
- func Untar(src afero.File, fs afero.Fs, options *Options) error
- func UntarReader(r io.Reader, compressed bool, fs afero.Fs, options *Options) error
- func Unzip(src afero.File, fs afero.Fs, options *Options) error
- type Options
- type Unpack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Do ¶
Unpack an archive in the real OS filesystem. The destination directory will be created fresh.
func UntarReader ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.