Documentation ¶
Index ¶
- func UnZipContent(zippedContent []byte, dstFolderPath string, zippedPrefix ...string) error
- func UnZipFile(zippedFilePath, dstFolderPath string, zippedPrefix ...string) error
- func ZipPath(fileOrFolderPaths, dstFilePath string, prefix ...string) error
- func ZipPathContent(fileOrFolderPaths string, prefix ...string) ([]byte, error)
- func ZipPathWriter(fileOrFolderPaths string, writer io.Writer, prefix ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnZipContent ¶
func ZipPathContent ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.