Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proof ¶
type Proof struct { Base string // Base is the relative path to file downloads which use UUID as filenames. BasePath string // BasePath to file downloads which use UUID as filenames. Columns []string // Column names. Count int // Count row index. Missing int // Missing UUID files count. Overwrite bool // Overwrite flag (--overwrite) value. Total int // Total rows. Values *[]sql.RawBytes // Values of the rows. // contains filtered or unexported fields }
Proof data.
Click to show internal directories.
Click to hide internal directories.