Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TarGz ¶
type TarGz struct { }
type TarGzOptions ¶
type TarGzOptions struct { // OmitRoot when set to true ignores the top level directory in the tar archive // only adding sub directories and files. // /folder/foo/bar/test.txt -> /test.txt // /folder/foo/bar/baz/* -> /baz OmitRoot bool }
Click to show internal directories.
Click to hide internal directories.