Documentation
¶
Index ¶
- func Gz(source io.Reader, writer io.Writer) (err error)
- func Tar(sourceDirectory string, writer io.Writer) (err error)
- func TarGz(sourceDirectory string, writer io.Writer) (err error)
- func TarGzBase64(sourceDirectory string) (string, error)
- func UnGz(src io.Reader, dst string) (written int64, err error)
- func UnTar(src io.Reader, destinationDir string) (written int64, err error)
- func UnTarGz(src io.Reader, destinationDir string) (totalWritten int64, err error)
- func UnTarGzBase64(encoded string, destinationDir string) (totalWritten int64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TarGzBase64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.