Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TarClient ¶
type TarClient struct {
TarCommand string
}
func NewGnuTarClient ¶
func NewGnuTarClient() *TarClient
func NewOSXTarClient ¶
func NewOSXTarClient() *TarClient
func NewSystemTarClient ¶
func NewSystemTarClient() *TarClient
func NewTarClient ¶
type UntarStreamer ¶
type UntarStreamer struct {
// contains filtered or unexported fields
}
func NewUntarStreamer ¶
func NewUntarStreamer(destinationDir string) UntarStreamer
func (UntarStreamer) WriteStream ¶
func (us UntarStreamer) WriteStream(reader io.Reader) error
Click to show internal directories.
Click to hide internal directories.