v1

package
v0.0.0-...-8af6e0c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinkCreReq

type LinkCreReq struct {
	g.Meta `path:"link/create" method:"post" sm:"新增" tags:"友链"`
	*model.LinkInput
}

type LinkCreRes

type LinkCreRes struct {
}

type LinkDelReq

type LinkDelReq struct {
	g.Meta `path:"link/delete/{id}" method:"post" sm:"删除" tags:"友链"`
	*model.IdInput
}

type LinkDelRes

type LinkDelRes struct {
}

type LinkListReq

type LinkListReq struct {
	g.Meta `path:"link/list" method:"get" sm:"查询列表" tags:"友链"`
}

type LinkListRes

type LinkListRes struct {
	List  []entity.Link `json:"list"`
	Total uint          `json:"total"`
}

type LinkUpdReq

type LinkUpdReq struct {
	g.Meta `path:"link/update/{id}" method:"post" sm:"修改" tags:"友链"`
	*model.IdInput
	*model.LinkInput
}

type LinkUpdRes

type LinkUpdRes struct {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL