Documentation ¶
Overview ¶
Package scan initializes and stores statistics on a file archive.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct { BasePath string // BasePath is the path to the file downloads directory. Count int // Count the database table row index. Missing int // Missing UUID as files count. Total int // Total rows in the database table. Columns []string // Columns are column names from the database table. Values *[]sql.RawBytes // Values of the database table. // contains filtered or unexported fields }
Stats contain the statistics of the archive scan.
Click to show internal directories.
Click to hide internal directories.