Documentation
¶
Index ¶
Constants ¶
View Source
const ( // FormKeyStorageKey is form key of storage key FormKeyStorageKey = "key" // FormKeyWidth is form key of width FormKeyWidth = "w" // FormKeyHeight is form key of height FormKeyHeight = "h" // FormKeyQuality is form key of quality FormKeyQuality = "q" // FormKeyNonUseCache is form key of nonusecache FormKeyNonUseCache = "nonusecache" // FormKeyRotate is form key of round FormKeyRotate = "rotate" // FormKeyUploadFile is form key of uploadfile FormKeyUploadFile = "uploadfile" // FormKeyPath is form key of path FormKeyPath = "path" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseHandler ¶
type BaseHandler struct {
// contains filtered or unexported fields
}
BaseHandler struct
type ImageReductionHandler ¶
type ImageReductionHandler struct {
BaseHandler
}
ImageReductionHandler struct
Click to show internal directories.
Click to hide internal directories.