Documentation
¶
Index ¶
- func UnzipBytesToDir(data []byte, path string) error
- func UnzipBytesToFilesMap(data []byte) (map[string][]byte, error)
- func UnzipFileToDir(zipFile, path string) error
- func UnzipFileToFilesMap(zipFile string) (map[string][]byte, error)
- func ZipDirToBytes(path string) ([]byte, error)
- func ZipDirToFile(path, zipFilePath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnzipBytesToDir ¶
func UnzipFileToDir ¶
func ZipDirToBytes ¶
func ZipDirToFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.