Documentation
¶
Overview ¶
Package zip implements an Expander for ZIP archives.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZipExpander ¶
ZipExpander provides functionality to extract ZIP archives.
func (*ZipExpander) Expand ¶
Expand extracts a ZIP file to the specified destination directory. It handles tilde expansion, enforces file size limits, and ensures secure extraction.
func (*ZipExpander) Matcher ¶
func (z *ZipExpander) Matcher(extension string) bool
Matcher checks if the extension matches supported formats.
Click to show internal directories.
Click to hide internal directories.