Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCols = errors.New("the number of values is not the same as the number of columns") ErrID = errors.New("record does not contain a valid value for the id column") ErrUUID = errors.New("record does not contain a valid value for the uuid column") ErrRawBytes = errors.New("sql rawbytes is missing expected table columns") ErrStatNil = errors.New("stats pointer is nil or the stats.values field is missing") )
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { ID string // MySQL auto increment Id. UUID string // Unique Id. File string // Absolute path to file. Name string // Filename. Files []string // A list of files contained in the archive. NFO string // NFO or textfile to display on the site. }
Record of a file item.
Click to show internal directories.
Click to hide internal directories.