Documentation ¶
Overview ¶
Package proof handles files that have the section tagged as releaseproof.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPointer = errors.New("pointer value cannot be nil")
Functions ¶
Types ¶
type Request ¶
type Request struct { Overwrite bool // Overwrite any existing proof assets such as images. All bool // All parses every proofs, not just the new uploads. HideMissing bool // HideMissing ignore proofs that are missing UUID download files. ByID string // ByID is the ID used by a proof, either a uuid or id string. }
Request records classified with the "proof" filetype.
Click to show internal directories.
Click to hide internal directories.