model

package
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2025 License: MIT Imports: 3 Imported by: 0

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 Content

type Content = domain.Content

Content represents a logical content entity

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 Object

type Object = domain.Object

Object represents a physical object stored in a storage backend

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL