Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShortenLinkRequest ¶
type ShortenLinkRequest struct {
LongLink string `json:"long_link" form:"long_link"`
}
ShortenLinkRequest ...
type ShortenLinkResponse ¶
type ShortenLinkResponse struct { ShortLink string `json:"short_link,omitempty"` Error error `json:"error,omitempty"` }
ShortenLinkResponse ...
Click to show internal directories.
Click to hide internal directories.