vacation

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TarArchive

type TarArchive struct {
	// contains filtered or unexported fields
}

func NewTarArchive

func NewTarArchive(inputReader io.Reader) TarArchive

func (TarArchive) Decompress

func (ta TarArchive) Decompress(destination string) error

func (TarArchive) StripComponents added in v0.0.4

func (ta TarArchive) StripComponents(components int) TarArchive

type TarGzipArchive

type TarGzipArchive struct {
	// contains filtered or unexported fields
}

func NewTarGzipArchive

func NewTarGzipArchive(inputReader io.Reader) TarGzipArchive

func (TarGzipArchive) Decompress

func (gz TarGzipArchive) Decompress(destination string) error

func (TarGzipArchive) StripComponents added in v0.0.4

func (gz TarGzipArchive) StripComponents(components int) TarGzipArchive

type TarXZArchive

type TarXZArchive struct {
	// contains filtered or unexported fields
}

func NewTarXZArchive

func NewTarXZArchive(inputReader io.Reader) TarXZArchive

func (TarXZArchive) Decompress

func (txz TarXZArchive) Decompress(destination string) error

func (TarXZArchive) StripComponents added in v0.0.4

func (txz TarXZArchive) StripComponents(components int) TarXZArchive

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL