Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedContent ¶
CachedContent entity
type ImageObject ¶
type ImageObject struct { Source image.Image Dst image.Image OriginX int OriginY int DstX int DstY int ImageName string ContentType string }
ImageObject entity
type ImageObjectOption ¶
type ImageObjectOption struct { Width int Height int Quality int Rotate string Crop [4]int Brightness int Contrast int Gamma float64 }
ImageObjectOption entity
type JwtClaims ¶
type JwtClaims struct { Name string `json:"name"` Admin bool `json:"admin"` jwt.RegisteredClaims }
JwtClaims entity
type StorageObjectInfo ¶ added in v1.6.0
type StorageObjectInfo struct { ContentType string `json:"content_type"` ContentLength int `json:"content_length"` }
StorageObjectInfo entity
Click to show internal directories.
Click to hide internal directories.