Documentation
¶
Overview ¶
Package proof handles files that have the section tagged as releaseproof.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct {
ID string // mysql auto increment id
UUID string // record unique id
File string // absolute path to file
Name string // filename
}
Record of a file item.
type Request ¶
type Request struct {
Overwrite bool // overwrite existing files
AllProofs bool // parse all proofs
HideMissing bool // ignore missing uuid files
// contains filtered or unexported fields
}
Request proofs.
Click to show internal directories.
Click to hide internal directories.