package
1.15.0
Repository: https://github.com/denizgursoy/gotouch.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewMockCompressor creates a new mock instance.
NewMockZipStrategy creates a new mock instance.
Tar takes a source and variable writers and walks 'source' writing each file found to the tar writer; the purpose for accepting multiple writers is to allow for multiple outputs (for example a file, or md5 hash).
Untar takes a destination path and a reader; a tar reader loops over the tarfile creating the file structure at 'dst' along the way, and writing any files.

# Structs

MockCompressor is a mock of Compressor interface.
MockCompressorMockRecorder is the mock recorder for MockCompressor.
MockZipStrategy is a mock of ZipStrategy interface.
MockZipStrategyMockRecorder is the mock recorder for MockZipStrategy.

# Interfaces

No description provided by the author
No description provided by the author