Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZipFS ¶
type ZipFS struct {
// contains filtered or unexported fields
}
ZipFS implements io/fs.ReadFileFS, io/fs.SubFS, and io/fs.ReadDirFS interfaces for a zip archive. It provides a read-only filesystem interface to access files and directories within the zip archive.
func NewZipFS ¶
NewZipFS creates a new ZipFS instance from an archive/zip.Reader.
func (*ZipFS) ReadDir ¶
ReadDir implements fs.ReadDirFS.
Click to show internal directories.
Click to hide internal directories.