Documentation
¶
Index ¶
- func ValueOf[T Constant[T]]() T
- type AIAutoDescription
- type Abs
- type Akamai
- type AkeneoPim
- type All
- type AzureBlob
- type Cloudinary
- type CloudinaryBackup
- type Constant
- type Gcs
- type GifToVideo
- type Image
- type Imgix
- type Max
- type RemoveBg
- type S3
- type S3Compatible
- type SolidColor
- type Subtitle
- type Text
- type Thumbnail
- type Transformation
- type UploadPostTransformError
- type UploadPostTransformSuccess
- type UploadPreTransformError
- type UploadPreTransformSuccess
- type Video
- type VideoTransformationAccepted
- type VideoTransformationError
- type VideoTransformationReady
- type WebFolder
- type WebProxy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AIAutoDescription ¶
type AIAutoDescription string // Always "ai-auto-description"
func (AIAutoDescription) Default ¶
func (c AIAutoDescription) Default() AIAutoDescription
func (AIAutoDescription) MarshalJSON ¶
func (c AIAutoDescription) MarshalJSON() ([]byte, error)
type Cloudinary ¶
type Cloudinary string // Always "CLOUDINARY"
func (Cloudinary) Default ¶
func (c Cloudinary) Default() Cloudinary
func (Cloudinary) MarshalJSON ¶
func (c Cloudinary) MarshalJSON() ([]byte, error)
type CloudinaryBackup ¶
type CloudinaryBackup string // Always "CLOUDINARY_BACKUP"
func (CloudinaryBackup) Default ¶
func (c CloudinaryBackup) Default() CloudinaryBackup
func (CloudinaryBackup) MarshalJSON ¶
func (c CloudinaryBackup) MarshalJSON() ([]byte, error)
type GifToVideo ¶
type GifToVideo string // Always "gif-to-video"
func (GifToVideo) Default ¶
func (c GifToVideo) Default() GifToVideo
func (GifToVideo) MarshalJSON ¶
func (c GifToVideo) MarshalJSON() ([]byte, error)
type S3Compatible ¶
type S3Compatible string // Always "S3_COMPATIBLE"
func (S3Compatible) Default ¶
func (c S3Compatible) Default() S3Compatible
func (S3Compatible) MarshalJSON ¶
func (c S3Compatible) MarshalJSON() ([]byte, error)
type SolidColor ¶
type SolidColor string // Always "solidColor"
func (SolidColor) Default ¶
func (c SolidColor) Default() SolidColor
func (SolidColor) MarshalJSON ¶
func (c SolidColor) MarshalJSON() ([]byte, error)
type Transformation ¶
type Transformation string // Always "transformation"
func (Transformation) Default ¶
func (c Transformation) Default() Transformation
func (Transformation) MarshalJSON ¶
func (c Transformation) MarshalJSON() ([]byte, error)
type UploadPostTransformError ¶
type UploadPostTransformError string // Always "upload.post-transform.error"
func (UploadPostTransformError) Default ¶
func (c UploadPostTransformError) Default() UploadPostTransformError
func (UploadPostTransformError) MarshalJSON ¶
func (c UploadPostTransformError) MarshalJSON() ([]byte, error)
type UploadPostTransformSuccess ¶
type UploadPostTransformSuccess string // Always "upload.post-transform.success"
func (UploadPostTransformSuccess) Default ¶
func (c UploadPostTransformSuccess) Default() UploadPostTransformSuccess
func (UploadPostTransformSuccess) MarshalJSON ¶
func (c UploadPostTransformSuccess) MarshalJSON() ([]byte, error)
type UploadPreTransformError ¶
type UploadPreTransformError string // Always "upload.pre-transform.error"
func (UploadPreTransformError) Default ¶
func (c UploadPreTransformError) Default() UploadPreTransformError
func (UploadPreTransformError) MarshalJSON ¶
func (c UploadPreTransformError) MarshalJSON() ([]byte, error)
type UploadPreTransformSuccess ¶
type UploadPreTransformSuccess string // Always "upload.pre-transform.success"
func (UploadPreTransformSuccess) Default ¶
func (c UploadPreTransformSuccess) Default() UploadPreTransformSuccess
func (UploadPreTransformSuccess) MarshalJSON ¶
func (c UploadPreTransformSuccess) MarshalJSON() ([]byte, error)
type VideoTransformationAccepted ¶
type VideoTransformationAccepted string // Always "video.transformation.accepted"
func (VideoTransformationAccepted) Default ¶
func (c VideoTransformationAccepted) Default() VideoTransformationAccepted
func (VideoTransformationAccepted) MarshalJSON ¶
func (c VideoTransformationAccepted) MarshalJSON() ([]byte, error)
type VideoTransformationError ¶
type VideoTransformationError string // Always "video.transformation.error"
func (VideoTransformationError) Default ¶
func (c VideoTransformationError) Default() VideoTransformationError
func (VideoTransformationError) MarshalJSON ¶
func (c VideoTransformationError) MarshalJSON() ([]byte, error)
type VideoTransformationReady ¶
type VideoTransformationReady string // Always "video.transformation.ready"
func (VideoTransformationReady) Default ¶
func (c VideoTransformationReady) Default() VideoTransformationReady
func (VideoTransformationReady) MarshalJSON ¶
func (c VideoTransformationReady) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.