Documentation ¶ Index ¶ Constants func ExtractGzip(fs afero.Fs, sourceFilePath, targetDir string) error func ExtractZip(fs afero.Fs, sourceFile afero.File, targetDir string) error func SetupInvalidTestZip(t *testing.T, fs afero.Fs) afero.File func SetupTestArchive(t *testing.T, fs afero.Fs, rawZip string) afero.File Constants ¶ View Source const ( TestZipDirName = "test" TestZipFilename = "test.txt" TestRawZip = `` /* 2052-byte string literal not displayed */ TestRawGzip = `` /* 896-byte string literal not displayed */ ) Variables ¶ This section is empty. Functions ¶ func ExtractGzip ¶ func ExtractGzip(fs afero.Fs, sourceFilePath, targetDir string) error func ExtractZip ¶ func ExtractZip(fs afero.Fs, sourceFile afero.File, targetDir string) error func SetupInvalidTestZip ¶ func SetupInvalidTestZip(t *testing.T, fs afero.Fs) afero.File func SetupTestArchive ¶ func SetupTestArchive(t *testing.T, fs afero.Fs, rawZip string) afero.File Types ¶ This section is empty. Source Files ¶ View all Source files config.go gzip.go testing.go zip.go Click to show internal directories. Click to hide internal directories.