package
Version:
v0.0.0-...-8af6e0c
Opens a new window with list of versions in this module.
Published: Dec 20, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LinkCreReq struct {
g.Meta `path:"link/create" method:"post" sm:"新增" tags:"友链"`
*model.LinkInput
}
type LinkCreRes struct {
}
type LinkDelReq struct {
g.Meta `path:"link/delete/{id}" method:"post" sm:"删除" tags:"友链"`
*model.IdInput
}
type LinkDelRes struct {
}
type LinkListReq struct {
g.Meta `path:"link/list" method:"get" sm:"查询列表" tags:"友链"`
}
type LinkListRes struct {
List []entity.Link `json:"list"`
Total uint `json:"total"`
}
type LinkUpdRes struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.