Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeReadCloser ¶
func (FakeReadCloser) Close ¶
func (frc FakeReadCloser) Close() error
type TarArchive ¶
type TarArchive struct { ContinueOnErr bool Verbose bool // contains filtered or unexported fields }
func NewArchive ¶
func NewArchive(reader io.Reader, coe bool) *TarArchive
func (*TarArchive) Unpack ¶
func (a *TarArchive) Unpack(destination string) error
Click to show internal directories.
Click to hide internal directories.