Documentation
¶
Index ¶
Constants ¶
View Source
const ( ContentStatusCreated = domain.ContentStatusCreated ContentStatusUploaded = domain.ContentStatusUploaded )
Content status constants
View Source
const ( ContentDerivationTypeOriginal = domain.ContentDerivationTypeOriginal ContentDerivationTypeDerived = domain.ContentDerivationTypeDerived ContentDerivedTHUMBNAIL720 = domain.ContentDerivedTHUMBNAIL720 ContentDerivedTHUMBNAIL480 = domain.ContentDerivedTHUMBNAIL480 ContentDerivedTHUMBNAIL256 = domain.ContentDerivedTHUMBNAIL256 ContentDerivedTHUMBNAIL128 = domain.ContentDerivedTHUMBNAIL128 )
Content derivation type constants
View Source
const ( ObjectStatusCreated = domain.ObjectStatusCreated ObjectStatusUploading = domain.ObjectStatusUploading ObjectStatusUploaded = domain.ObjectStatusUploaded ObjectStatusProcessing = domain.ObjectStatusProcessing ObjectStatusProcessed = domain.ObjectStatusProcessed ObjectStatusFailed = domain.ObjectStatusFailed ObjectStatusDeleted = domain.ObjectStatusDeleted )
Object status constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentMetadata ¶
type ContentMetadata = domain.ContentMetadata
ContentMetadata represents metadata for a content
type ListDerivedContentParams ¶ added in v0.0.5
type ListDerivedContentParams = repository.ListDerivedContentParams
ListDerivedContentParams represents parameters for listing derived content
type ObjectMeta ¶ added in v0.0.5
type ObjectMeta = storage.ObjectMeta
ObjectMeta represents metadata about an object
type ObjectMetadata ¶
type ObjectMetadata = domain.ObjectMetadata
ObjectMetadata represents metadata about an object
type ObjectPreview ¶
type ObjectPreview = domain.ObjectPreview
ObjectPreview represents a preview generated from an object
type StorageBackend ¶
type StorageBackend = domain.StorageBackend
StorageBackend represents a configurable storage backend
Click to show internal directories.
Click to hide internal directories.