Versions in this module Expand all Collapse all v0 v0.2.0 Jun 19, 2026 Changes in this version type Options + Logger *slog.Logger v0.1.0 Jun 19, 2026 Changes in this version + const DefaultMaxBytes + const DefaultMaxDepth + const PathSeparator + func IsArchiveName(name string) bool + func Walk(path string, opts Options, fn WalkFunc) error + type Format int + const FormatAr + const FormatBzip2 + const FormatGzip + const FormatNone + const FormatTar + const FormatXz + const FormatZip + const FormatZstd + type Options struct + MaxBytes int64 + MaxDepth int + type WalkFunc func(path string, r io.Reader) error