Documentation ¶
Index ¶
Constants ¶
View Source
const ( Filename = `_zipcomment.txt` SceneOrg = `scene.org` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Zipfile ¶
type Zipfile struct { ID uint // MySQL auto increment Id. UUID string // Unique Id. Name string // Filename. Ext string // File extension. Size int // Size of the size in bytes. Magic sql.NullString // Magic or MIME type of the file. ASCII bool // ASCII zip comment used? Unicode bool // Unicode zip comment used? Overwrite bool // Overwrite a preexisting zip comment? }
Zipfile structure for files archived or compressed with a ZIP format.
func (*Zipfile) CheckCmmtFile ¶
func (*Zipfile) CheckDownload ¶
Click to show internal directories.
Click to hide internal directories.