Documentation
¶
Index ¶
- Variables
- func CreateSingleFileTar(tarFile, path, txt string) error
- func CreateSingleFileTarReader(path, txt string) (io.Reader, error)
- func CreateTarReader(srcDir, tarDir string, uid, gid int) (io.Reader, chan error)
- func ExtractTar(r io.Reader, dest string) error
- func ExtractTarGZ(r io.Reader, dest string) error
- func WriteDirToTar(tw *tar.Writer, srcDir, tarDir string, uid, gid int) error
Constants ¶
This section is empty.
Variables ¶
View Source
var NormalizedDateTime time.Time
Functions ¶
func CreateSingleFileTar ¶
func CreateTarReader ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.