Documentation ¶
Index ¶
- func GZIPBase64EncodeBytes(input []byte) (string, error)
- func TARCreate(inputDirectory string, outputFile string) error
- func TARExtract(archiveFile string, outputDirectory string) error
- func ZIPCreate(inputDirectory string, outputFile string) error
- func ZIPExtract(archiveFile string, outputDirectory string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GZIPBase64EncodeBytes ¶
GZIPBase64EncodeBytes returns a string representation of the input byte slice after compressing and encoding it using GZIP and base64
func TARExtract ¶
TARExtract extracts a tar archive at the given path into the given directory.
func ZIPExtract ¶
ZIPExtract unzips the zip archive at the given path into the given directory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.