Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tar ¶
type Tar interface { // CreateTarFile creates a tar file in the base directory // using the contents of dir directory // The name of the new tar file is returned if successful CreateTarFile(base, dir string) (string, error) // ExtractTarStream extracts files from a given tar stream. // Times out if reading from the stream for any given file // exceeds the value of timeout ExtractTarStream(dir string, reader io.Reader) error }
Tar can create and extract tar files used in an STI build
Click to show internal directories.
Click to hide internal directories.