Versions in this module Expand all Collapse all v0 v0.0.21 May 23, 2024 v0.0.20 May 23, 2024 Changes in this version + var Resources = &controller.Controllers + func InitRouter(r *gin.RouterGroup) + type AuthorityMController struct + AuthorityService *auth.AuthorityService + func (c *AuthorityMController) GetRoleAuthorities(context *gin.Context) + func (c *AuthorityMController) GetSystemAuthorities(context *gin.Context) + func (c *AuthorityMController) GetUserAuthorities(context *gin.Context) + func (c *AuthorityMController) GetUserMenuButtons(context *gin.Context) + func (c *AuthorityMController) GetUserMenus(context *gin.Context) + func (m *AuthorityMController) AfterInitialize() + type ButtonMController struct + ButtonService *AuthService.ButtonService + MenuButtonService *AuthService.MenuButtonService + func (m *ButtonMController) AfterInitialize() + func (s *ButtonMController) CreateButton(c *gin.Context) + func (s *ButtonMController) GetButton(c *gin.Context) + func (s *ButtonMController) GetButtons(context *gin.Context) + func (s *ButtonMController) UpdateButton(c *gin.Context) + func (u *ButtonMController) DeleteButton(c *gin.Context) + type MenuMController struct + MenuButtonService *AuthService.MenuButtonService + MenuService *AuthService.MenuService + func (m *MenuMController) AfterInitialize() + func (m *MenuMController) CreateMenu(c *gin.Context) + func (m *MenuMController) DeleteMenu(c *gin.Context) + func (m *MenuMController) GetMenu(c *gin.Context) + func (m *MenuMController) GetMenus(c *gin.Context) + func (m *MenuMController) GetSubMenus(c *gin.Context) + func (m *MenuMController) UpdateMenu(c *gin.Context)