Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entity ¶
type Entity struct { Key string `json:"key"` ContentType string `json:"contentType"` Attributes struct { Width int `json:"width"` Height int `json:"height"` } `json:"attributes"` Tags map[string]int `json:"tags"` Transforms map[string]string `json:"transforms"` }
Entity JSON type
type EntitySlice ¶
EntitySlice JSON type
Click to show internal directories.
Click to hide internal directories.