Documentation ¶
Index ¶
- func AddFileToArchive(tw *tar.Writer, srcDir string, uid, gid int, fileSet map[string]struct{}) error
- func Untar(r io.Reader, dest string) error
- func WriteFilesToTar(dest string, uid, gid int, files ...string) (string, map[string]struct{}, error)
- func WriteTarArchive(w io.Writer, srcDir string, uid, gid int) error
- func WriteTarFile(sourceDir, dest string, uid, gid int) (string, error)
- type PathMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFileToArchive ¶
func WriteFilesToTar ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.