Documentation ¶
Overview ¶
Package gzip implements the Archive interface providing gz 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 as gz.
func (Archive) Add ¶
func (a Archive) Add(f fileconfig.File, stream ...fileconfig.ReaderStream) error
Add file to the archive.
Click to show internal directories.
Click to hide internal directories.