Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendRedirect ¶
func SendRedirect302 ¶
func SendResponse ¶
func SendResponseEx ¶
Types ¶
type ListResponse ¶
type ListResponse struct {
Total int64 `json:"total" form:"total"`
Items interface{} `json:"items" form:"items"`
AdList interface{} `json:"ad_list,omitempty" form:"ad_list"`
}
type ResponseEx ¶
type UploadResponse ¶
type UploadResponse struct {
Filename string `json:"filename"`
Value string `json:"value"`
URL string `json:"url"`
Hash string `json:"hash"`
}
https://baidu.gitee.io/amis/zh-CN/components/form/input-file
Click to show internal directories.
Click to hide internal directories.