handler

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2025 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserHandler

type UserHandler struct {
}

func NewUserHandler

func NewUserHandler() *UserHandler

func (*UserHandler) Create

func (u *UserHandler) Create(c *gin.Context)

func (*UserHandler) Delete

func (u *UserHandler) Delete(c *gin.Context)

func (*UserHandler) Get

func (u *UserHandler) Get(c *gin.Context)

func (*UserHandler) PageList

func (u *UserHandler) PageList(c *gin.Context)

PageList 获取用户分页列表 @Summary 用户管理 @Description 获取用户分页列表 @Tags 用户 @Accept application/json @Produce application/json @Param language header string false "language(可选)" @Param req body v1.UserPageListReq true "请求参数" @Success 200 {object} []v1.UserPageListResp "查询成功" @Router /v1/user/pageList [post]

func (*UserHandler) Update

func (u *UserHandler) Update(c *gin.Context)

Jump to

Keyboard shortcuts

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