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 ¶
Types ¶
type Request ¶
type Request struct { Overwrite bool // Overwrite any existing proof assets such as images. AllProofs bool // AllProofs parses all proofs, not just new uploads. HideMissing bool // HideMissing ignore proofs that are missing UUID download files. ByID string // Id used for proofs, either a uuid or id string. }
Request records classified with the "proof" filetype.
Click to show internal directories.
Click to hide internal directories.