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 ExpandResp ¶
type ExpandResp struct {
Url string `json:"url"`
}
type ShortenReq ¶
type ShortenReq struct {
Url string `from:"url"`
}
type ShortenResp ¶
type ShortenResp struct {
Shorten string `json:"shorten"`
}
Click to show internal directories.
Click to hide internal directories.