package
Version:
v0.0.0-...-39aed00
Opens a new window with list of versions in this module.
Published: Nov 9, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateShortUrlReq struct {
Url string `json:"url"`
}
type GetUrlReq struct {
SUrl string `json:"short_url"`
}
type GetUrlRes struct {
LUrl string
}
type LandingPageData struct {
Domain string
}
type SummaryPageData struct {
Domain string `json:"domain"`
SUrl string `json:"short_url"`
LUrl string `json:"long_url"`
Exp string `json:"expiration"`
Msg string `json:"msg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.