Documentation ¶
Overview ¶
Package transformation defines Cloudinary Transformation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action = map[string]interface{}
Action represents a single transformation action. Consist of qualifiers.
type RawTransformation ¶
type RawTransformation = string
RawTransformation is the raw (free form) transformation string.
type Transformation ¶
type Transformation = []Action
Transformation is the asset transformation. Consists of Actions.
Click to show internal directories.
Click to hide internal directories.