Documentation
¶
Index ¶
- type FS
- func (*FS) AddFileToTar(tw *tar.Writer, name string, contents *os.File) error
- func (*FS) AddTextToTar(tw *tar.Writer, name string, contents []byte) error
- func (*FS) CreateSingleFileTar(path, txt string) (io.Reader, error)
- func (*FS) CreateTarFile(tarFile, srcDir, tarDir string, uid, gid int) error
- func (*FS) CreateTarReader(srcDir, tarDir string, uid, gid int) (io.Reader, chan error)
- func (*FS) Untar(r io.Reader, dest string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct {
}
func (*FS) AddFileToTar ¶ added in v0.0.6
func (*FS) AddTextToTar ¶ added in v0.0.6
func (*FS) CreateSingleFileTar ¶
func (*FS) CreateTarFile ¶ added in v0.0.6
func (*FS) CreateTarReader ¶
Click to show internal directories.
Click to hide internal directories.