Documentation ¶
Overview ¶
Package zip implements the Archive interface providing zip archiving and compression.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶
type Archive struct {
// contains filtered or unexported fields
}
Archive zip struct.
func (Archive) Add ¶
func (a Archive) Add(f fileconfig.File, stream ...fileconfig.ReaderStream) error
Add a file to the zip archive.
Click to show internal directories.
Click to hide internal directories.