Documentation
¶
Index ¶
- Variables
- type LoginAPI
- func (a *LoginAPI) GetCaptcha(c *gin.Context)
- func (a *LoginAPI) GetUserInfo(c *gin.Context)
- func (a *LoginAPI) Login(c *gin.Context)
- func (a *LoginAPI) Logout(c *gin.Context)
- func (a *LoginAPI) QueryUserMenuTree(c *gin.Context)
- func (a *LoginAPI) RefreshToken(c *gin.Context)
- func (a *LoginAPI) ResCaptcha(c *gin.Context)
- func (a *LoginAPI) UpdatePassword(c *gin.Context)
- type MenuAPI
- func (a *MenuAPI) Create(c *gin.Context)
- func (a *MenuAPI) Delete(c *gin.Context)
- func (a *MenuAPI) Disable(c *gin.Context)
- func (a *MenuAPI) Enable(c *gin.Context)
- func (a *MenuAPI) Get(c *gin.Context)
- func (a *MenuAPI) Query(c *gin.Context)
- func (a *MenuAPI) QueryTree(c *gin.Context)
- func (a *MenuAPI) Update(c *gin.Context)
- type RoleAPI
- func (a *RoleAPI) Create(c *gin.Context)
- func (a *RoleAPI) Delete(c *gin.Context)
- func (a *RoleAPI) Disable(c *gin.Context)
- func (a *RoleAPI) Enable(c *gin.Context)
- func (a *RoleAPI) Get(c *gin.Context)
- func (a *RoleAPI) Query(c *gin.Context)
- func (a *RoleAPI) QuerySelect(c *gin.Context)
- func (a *RoleAPI) Update(c *gin.Context)
- type UserAPI
Constants ¶
This section is empty.
Variables ¶
APISet Injection wire
Functions ¶
This section is empty.
Types ¶
type LoginAPI ¶
LoginAPI 登录管理
func (*LoginAPI) QueryUserMenuTree ¶
QueryUserMenuTree 查询当前用户菜单树
func (*LoginAPI) UpdatePassword ¶
UpdatePassword 更新个人密码
Click to show internal directories.
Click to hide internal directories.