Documentation
¶
Overview ¶
Package content stats the content of an archive.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
Name string // Name of the file.
Ext string // Extension of the file.
Path string // Path to the file.
Mime *mimetype.MIME // File MIME type.
Size int64 // Size of file in bytes.
Executable bool // Executable program file.
Textfile bool // Human readable text file.
}
File details and metadata.
Click to show internal directories.
Click to hide internal directories.