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 ¶
Functions ¶
This section is empty.
Types ¶
type LoginAPI ¶
func (*LoginAPI) GetCaptcha ¶
func (*LoginAPI) GetUserInfo ¶
func (*LoginAPI) QueryUserMenuTree ¶
func (*LoginAPI) RefreshToken ¶
func (*LoginAPI) ResCaptcha ¶
func (*LoginAPI) UpdatePassword ¶
type RoleAPI ¶
func (*RoleAPI) QuerySelect ¶
Click to show internal directories.
Click to hide internal directories.