Documentation ¶
Index ¶
- func Gunzip(data []byte) (out []byte, e error)
- func GunzipString(data string) (out string, e error)
- func GunzipWithBase64(data string) (out string, e error)
- func Gzip(data []byte) (out []byte, e error)
- func GzipString(data string) (out string, e error)
- func GzipThenBase64(data string) (out string, e error)
- func UnZip(unzipDirPath string, zipFilePath string) (err error)
- func Zip(zipFilePath string, srcDirPath string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GunzipString ¶
GunzipString returns the gunzip string of the data.
func GunzipWithBase64 ¶
GunzipWithBase64 returns the gunzip then base64 of the data.
func GzipString ¶
GzipString returns the gzip string of the data.
func GzipThenBase64 ¶
GzipThenBase64 returns the gzip then base64 of the data.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.