Documentation
¶
Index ¶
- type Archivex
- type TarFile
- type ZipFile
- func (z *ZipFile) Add(name string, file []byte) error
- func (z *ZipFile) AddAll(dir string, includeCurrentFolder bool) error
- func (z *ZipFile) AddFile(name string) error
- func (z *ZipFile) AddFileAs(name string, as string) error
- func (z *ZipFile) Close() error
- func (z *ZipFile) Create(name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archivex ¶
type Archivex interface { Create(name string) error Add(name string, file []byte) error AddFile(name string) error AddFileAs(name string, as string) error AddAll(dir string, includeCurrentFolder bool) error Close() error }
interface
type TarFile ¶
TarFile implement *tar.Writer
Click to show internal directories.
Click to hide internal directories.