Documentation
¶
Index ¶
- Variables
- type ApiGroup
- type LoginApi
- type UserApi
- func (u *UserApi) CreateUser(c *gin.Context)
- func (u *UserApi) DeleteUser(c *gin.Context)
- func (u *UserApi) GetUserPage(c *gin.Context)
- func (u *UserApi) UpdateUser(c *gin.Context)
- func (u *UserApi) UpdateUserPassword(c *gin.Context)
- func (u *UserApi) UpdateUserRoles(c *gin.Context)
- func (u *UserApi) UpdateUserStatus(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var ApiGroupApp = new(ApiGroup)
Functions ¶
This section is empty.
Types ¶
type UserApi ¶
type UserApi struct{}
func (*UserApi) UpdateUserPassword ¶
UpdateUserPassword 重置用户密码
func (*UserApi) UpdateUserRoles ¶
UpdateUserRoles 更新用户角色
func (*UserApi) UpdateUserStatus ¶
UpdateUserStatus 修改用户状态
Click to show internal directories.
Click to hide internal directories.