Documentation ¶
Index ¶
Constants ¶
View Source
const ( CodeBadKey = -3 CodeNotFile = -4 CodeFileTooBig = -5 CodeNotImage = -6 CodeNotPic = -7 )
View Source
const Size2MB = 2 * 1024 * 1024
View Source
const Size3MB = 3 * 1024 * 1024
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Query ¶
type Query struct { Key modeltype.ConfigKeyType `form:"key"` Value *multipart.FileHeader `form:"value"` }
Click to show internal directories.
Click to hide internal directories.