Documentation
¶
Index ¶
Constants ¶
View Source
const ( ContentStatusCreated = domain.ContentStatusCreated ContentStatusUploaded = domain.ContentStatusUploaded )
Content status constants
View Source
const ( ContentCategoryOriginal = "original" ContentCategoryThumbnail = "thumbnail" ContentDerivedDerivationTypeTHUMBNAIL720 = "THUMBNAIL_720" ContentDerivedDerivationTypeTHUMBNAIL480 = "THUMBNAIL_480" ContentDerivedDerivationTypeTHUMBNAIL256 = "THUMBNAIL_256" ContentDerivedDerivationTypeTHUMBNAIL128 = "THUMBNAIL_128" )
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
View Source
const ( ContentStorageTypeS3 = "s3" ContentStorageTypeMinio = "minio" )
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
type UploadS3ObjectParams ¶ added in v0.0.12
type UploadS3ObjectParams = storage.UploadParams
Click to show internal directories.
Click to hide internal directories.