Documentation
¶
Overview ¶
@Title: account.handler.go @Author: key7men@gmail.com @Description: 账户登录登出接口处理 @Update: 2020/7/23 4:22 PM
Index ¶
- Variables
- type Demo
- type Login
- func (l *Login) GetCaptchaId(c *gin.Context)
- func (l *Login) GetCaptchaPic(c *gin.Context)
- func (l *Login) GetUserInfo(c *gin.Context)
- func (l *Login) Login(c *gin.Context)
- func (l *Login) Logout(c *gin.Context)
- func (l *Login) QueryUserMenuTree(c *gin.Context)
- func (l *Login) RefreshToken(c *gin.Context)
- func (l *Login) UpdatePassword(c *gin.Context)
- type Menu
- func (a *Menu) Create(c *gin.Context)
- func (a *Menu) Delete(c *gin.Context)
- func (a *Menu) Disable(c *gin.Context)
- func (a *Menu) Enable(c *gin.Context)
- func (a *Menu) Get(c *gin.Context)
- func (a *Menu) Query(c *gin.Context)
- func (a *Menu) QueryTree(c *gin.Context)
- func (a *Menu) Update(c *gin.Context)
- type Role
- func (a *Role) Create(c *gin.Context)
- func (a *Role) Delete(c *gin.Context)
- func (a *Role) Disable(c *gin.Context)
- func (a *Role) Enable(c *gin.Context)
- func (a *Role) Get(c *gin.Context)
- func (a *Role) Query(c *gin.Context)
- func (a *Role) QuerySelect(c *gin.Context)
- func (a *Role) Update(c *gin.Context)
- type User
Constants ¶
This section is empty.
Variables ¶
DemoSet 注入Demo
APISet 注入api
LoginSet 注入Login
MenuSet 注入Menu
RoleSet 注入Role
UserSet 注入User
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.