Documentation
¶
Index ¶
- type HelloFileHandlerReq
- type HelloFileHandlerResp
- type HelloHandlerReq
- type HelloHandlerResp
- type HelloMultipleFilesHandlerReq
- type HelloMultipleFilesHandlerResp
- type StandardFileHandlerReq
- type StandardFileHandlerResp
- type StandardHandlerReq
- type StandardHandlerResp
- type StandardMultipleFilesHandlerReq
- type StandardMultipleFilesHandlerResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloFileHandlerReq ¶
type HelloFileHandlerReq struct {
File *multipart.FileHeader `json:"file" form:"file"`
Host string `json:"host,default=whereabouts.icu" form:"host,default=whereabouts.icu"`
}
type HelloFileHandlerResp ¶
type HelloHandlerReq ¶
type HelloHandlerReq struct {
Name string `json:"name,default=jsonName" form:"name,default=formName"`
}
type HelloHandlerResp ¶
type HelloMultipleFilesHandlerReq ¶
type HelloMultipleFilesHandlerReq struct {
}
type HelloMultipleFilesHandlerResp ¶
type HelloMultipleFilesHandlerResp struct {
result.DefaultResp
}
type StandardFileHandlerReq ¶
type StandardFileHandlerReq struct {
File *multipart.FileHeader `json:"file" form:"file"`
Host string `json:"host,default=whereabouts.icu" form:"host,default=whereabouts.icu"`
}
type StandardFileHandlerResp ¶
type StandardHandlerReq ¶
type StandardHandlerReq struct {
Name string `json:"name,default=jsonName" form:"name,default=formName"`
}
type StandardHandlerResp ¶
type StandardMultipleFilesHandlerReq ¶
type StandardMultipleFilesHandlerReq struct {
}
type StandardMultipleFilesHandlerResp ¶
type StandardMultipleFilesHandlerResp struct {
result.DefaultResp
}
Click to show internal directories.
Click to hide internal directories.