Documentation
¶
Index ¶
- func CalculateMultiSha256Digest(multifile []string) (string, error)
- func CalculateSha256Digest(outFile io.ReadCloser) string
- func CompressFolder(fromPath string) (string, error)
- func CopyFile(src *os.File, dst *os.File) error
- func DecompressFolder(targzFilePath string, outputDirectory string) error
- func TarFile(src []string, dst []string) (string, error)
- func TarFolder(fromPath string) (string, error)
- func TarToGz(tarFilePath string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateSha256Digest ¶
func CalculateSha256Digest(outFile io.ReadCloser) string
func CompressFolder ¶
Efficiently Tar and Gzip a folder
func DecompressFolder ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.