Documentation
¶
Index ¶
- Variables
- func Walk(path string, walkcFunc WalkFunc) error
- func Walk7Zip(file *os.File, fileSize int64, walkFunc WalkFunc) error
- func WalkTar(file io.Reader, walkFunc WalkFunc) error
- func WalkTarBzip2(file *os.File, walkFunc WalkFunc) error
- func WalkTarGzip(file *os.File, walkFunc WalkFunc) error
- func WalkTarLz(file *os.File, walkFunc WalkFunc) error
- func WalkTarXz(file *os.File, walkFunc WalkFunc) error
- func WalkTarZstd(file *os.File, walkFunc WalkFunc) error
- func WalkZip(file *os.File, fileSize int64, walkFunc WalkFunc) error
- type File
- type WalkFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnsupportedArchive = fmt.Errorf("unsupported archive")
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.