Documentation ¶
Overview ¶
Code generated by goctl. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadRequest ¶
type DownloadRequest struct {
File string `path:"file"`
}
type ParamRequest ¶
type ParamRequest struct {
Name string `form:"name"`
}
type PathRequest ¶
type PathRequest struct {
Name string `path:"name"`
}
type PostRequest ¶
type PostRequest struct {
Name string `json:"name"`
}
type UploadResponse ¶
type UploadResponse struct {
Code int `json:"code"`
}
Click to show internal directories.
Click to hide internal directories.