Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
func (*App) Initialize ¶
func (*App) InitializeRouter ¶
func (app *App) InitializeRouter()
type CreateShortUrlReq ¶
type CreateShortUrlRsp ¶
type GetUrlInfoRsp ¶
type GetUrlInfoRsp struct { Code int `json:"code"` Msg string `json:"msg"` Info *entity.UrlDetailInfo `json:"info"` }
Click to show internal directories.
Click to hide internal directories.