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