Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloFileReq ¶ added in v1.1.0
type HelloFileReq struct {
File *multipart.FileHeader `json:"file" form:"file"`
Host string `json:"host,default=whereabouts.icu" form:"host,default=whereabouts.icu"`
}
type HelloFileResp ¶ added in v1.1.0
type HelloFileResp struct {
Url string `json:"url"`
}
type HelloMultipleFilesReq ¶ added in v1.1.0
type HelloMultipleFilesReq struct {
}
type HelloMultipleFilesResp ¶ added in v1.1.0
type HelloMultipleFilesResp struct {
Result string `json:"result"`
}
Click to show internal directories.
Click to hide internal directories.