Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reason ¶
type Reason string
const ( Pulled Reason = "Pulled" PullingFailed Reason = "PullingFailed" Uploaded Reason = "Uploaded" UploadFailed Reason = "UploadFailed" BucketNotReady Reason = "BucketNotReady" BucketError Reason = "BucketError" Mutated Reason = "Mutated" MutationFailed Reason = "MutationFailed" MetadataExtracted Reason = "MetadataExtracted" MetadataExtractionFailed Reason = "MetadataExtractionFailed" Validated Reason = "Validated" ValidationFailed Reason = "ValidationFailed" ValidationError Reason = "ValidationError" MissingContent Reason = "MissingContent" RemoteContentVerificationError Reason = "RemoteContentVerificationError" CleanupError Reason = "CleanupError" Cleaned Reason = "Cleaned" Scheduled Reason = "Scheduled" )
Click to show internal directories.
Click to hide internal directories.