Documentation ¶
Index ¶
- func AddAPI(c *gin.Context)
- func AddAPP(c *gin.Context)
- func AddMenu(c *gin.Context)
- func AddRole(c *gin.Context)
- func AddTenant(c *gin.Context)
- func AddTitle(c *gin.Context)
- func AddUser(c *gin.Context)
- func ChangePwd(c *gin.Context)
- func CopyTenant(c *gin.Context)
- func DeleteAPI(c *gin.Context)
- func DeleteAPP(c *gin.Context)
- func DeleteMenu(c *gin.Context)
- func DeleteRole(c *gin.Context)
- func DeleteTenant(c *gin.Context)
- func DeleteTitle(c *gin.Context)
- func DeleteUser(c *gin.Context)
- func EnableAPI(c *gin.Context)
- func EnableTenant(c *gin.Context)
- func EnableUser(c *gin.Context)
- func GetAPIDetail(c *gin.Context)
- func GetAPPDetail(c *gin.Context)
- func GetAllAPI(c *gin.Context)
- func GetAllAPP(c *gin.Context)
- func GetAllRole(c *gin.Context)
- func GetAllTenant(c *gin.Context)
- func GetAllTitle(c *gin.Context)
- func GetAllUser(c *gin.Context)
- func GetMenuDetail(c *gin.Context)
- func GetMenuTree(c *gin.Context)
- func GetRoleDetail(c *gin.Context)
- func GetTenantDetail(c *gin.Context)
- func GetTitleDetail(c *gin.Context)
- func GetUserDetail(c *gin.Context)
- func Login(c *gin.Context)
- func Logout(c *gin.Context)
- func Profile(c *gin.Context)
- func QueryAPI(c *gin.Context)
- func QueryAPP(c *gin.Context)
- func QueryMenu(c *gin.Context)
- func QueryRole(c *gin.Context)
- func QueryTenant(c *gin.Context)
- func QueryTitle(c *gin.Context)
- func QueryUser(c *gin.Context)
- func RegisterAuthRouter(r *gin.Engine)
- func RegisterTenantRouter(r *gin.Engine)
- func ResetPwd(c *gin.Context)
- func UpdateAPI(c *gin.Context)
- func UpdateAPP(c *gin.Context)
- func UpdateMenu(c *gin.Context)
- func UpdateRole(c *gin.Context)
- func UpdateTenant(c *gin.Context)
- func UpdateTitle(c *gin.Context)
- func UpdateUser(c *gin.Context)
- type ChangePwdRequest
- type ResetPwdRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyTenant ¶
func DeleteMenu ¶
func DeleteRole ¶
func DeleteTenant ¶
func DeleteTitle ¶
func DeleteUser ¶
func EnableTenant ¶
func EnableUser ¶
func GetAPIDetail ¶
func GetAPPDetail ¶
func GetAllRole ¶
func GetAllTenant ¶
func GetAllTitle ¶
func GetAllUser ¶
func GetMenuDetail ¶
func GetMenuTree ¶
func GetRoleDetail ¶
func GetTenantDetail ¶
func GetTitleDetail ¶
func GetUserDetail ¶
func QueryTenant ¶
func QueryTitle ¶
func RegisterAuthRouter ¶
func RegisterTenantRouter ¶
func UpdateMenu ¶
func UpdateRole ¶
func UpdateTenant ¶
func UpdateTitle ¶
func UpdateUser ¶
Types ¶
type ChangePwdRequest ¶
type ChangePwdRequest struct { model.CommonRequest ID string `json:"id" form:"id" uri:"id"` OldPwd string `json:"oldPwd" form:"oldPwd" uri:"oldPwd"` NewPwd string `json:"newPwd" form:"newPwd" uri:"newPwd"` }
type ResetPwdRequest ¶
type ResetPwdRequest struct { model.CommonRequest ID string `json:"id" form:"id" uri:"id"` }
Click to show internal directories.
Click to hide internal directories.