Versions in this module Expand all Collapse all v0 v0.2.0 Feb 27, 2026 v0.1.0 Feb 6, 2026 Changes in this version + type FileInfo struct + CompressedSize int64 + IsDir bool + ModTime time.Time + Mode uint32 + Name string + Path string + Size int64 + type Reader interface + Close func() error + Extract func(filePath string) (io.ReadCloser, error) + List func() ([]FileInfo, error) + ListDir func(dirPath string) ([]FileInfo, error) + func Open(filename string, content io.Reader) (Reader, error) + func OpenWithPrefix(filename string, content io.Reader, stripPrefix string) (Reader, error)