Documentation ¶
Index ¶
- func ListAllDirs(path string, zfs *zipfs.FileSystem) (all []string, err error)
- func ListAllFiles(path string, zfs *zipfs.FileSystem) (all []string, err error)
- func ListDirs(path string, zfs *zipfs.FileSystem) (dirs []string, err error)
- func ListFiles(path string, zfs *zipfs.FileSystem) (files []string, err error)
- func Mime(path string, zfs *zipfs.FileSystem) (mime string, err error)
- func ReadDir(path string, zfs *zipfs.FileSystem) (entries []fs.DirEntry, err error)
- func ReadFile(path string, zfs *zipfs.FileSystem) (data []byte, err error)
- func Shasum(path string, zfs *zipfs.FileSystem) (shasum string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListAllDirs ¶
func ListAllDirs(path string, zfs *zipfs.FileSystem) (all []string, err error)
func ListAllFiles ¶
func ListAllFiles(path string, zfs *zipfs.FileSystem) (all []string, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.