Documentation ¶
Index ¶
Constants ¶
View Source
const Size10MB = 10 * 1024 * 1024
View Source
const Size12MB = 12 * 1024 * 1024
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Query ¶
type Query struct { File *multipart.FileHeader `form:"file"` Type FileType `form:"type"` }
type Success ¶
type Success struct { Errno int `json:"errno"` Data SuccessData `json:"data"` }
func NewSuccess ¶
type SuccessData ¶
Click to show internal directories.
Click to hide internal directories.