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 AdminResources *controller.Controllers = &controller.Controllers + var PublicResources *controller.Controllers = &controller.Controllers + var Resources *controller.Controllers = &controller.Controllers + var UserResources *controller.Controllers = &controller.Controllers + func InitRouter(engine *gin.Engine) + type AdminTenantOptionOpenController struct + TenantOptionService *service.SysOptionService + func (c *AdminTenantOptionOpenController) AddTenantOptions(ctx *gin.Context) + func (c *AdminTenantOptionOpenController) AfterInitialize() + func (c *AdminTenantOptionOpenController) GetTenantOptions(ctx *gin.Context) + func (c *AdminTenantOptionOpenController) RemoveTenantOption(ctx *gin.Context) + func (c *AdminTenantOptionOpenController) RemoveTenantOptions(ctx *gin.Context) + func (c *AdminTenantOptionOpenController) SetTenantOptions(ctx *gin.Context) + type OrganizationOpenController struct + OrganizationService *service.OrganizationService + func (a *OrganizationOpenController) CreateOrganization(c *gin.Context) + func (a *OrganizationOpenController) DeleteOrganization(c *gin.Context) + func (a *OrganizationOpenController) GetList(context *gin.Context) + func (a *OrganizationOpenController) GetOrganization(context *gin.Context) + func (a *OrganizationOpenController) GetSubList(context *gin.Context) + func (a *OrganizationOpenController) UpdateOrganization(c *gin.Context) + func (m *OrganizationOpenController) AfterInitialize() + type OrganizationUserOpenController struct + OrganizationUserService *service.OrganizationUserService + func (m *OrganizationUserOpenController) AfterInitialize() + func (o *OrganizationUserOpenController) GetOrganizationMemebers(c *gin.Context) + type PublicSystemOptionOpenController struct + SystemOptionService *service.SysOptionService + func (c *PublicSystemOptionOpenController) AfterInitialize() + func (c *PublicSystemOptionOpenController) GetSystemOptions(ctx *gin.Context) + type RoleOpenController struct + RoleService *service.RoleService + func (m *RoleOpenController) AfterInitialize() + func (r *RoleOpenController) AddRole(c *gin.Context) + func (r *RoleOpenController) DeleteRole(c *gin.Context) + func (r *RoleOpenController) EditRole(c *gin.Context) + func (r *RoleOpenController) GetRole(c *gin.Context) + func (r *RoleOpenController) GetRoles(c *gin.Context) + type SocialUserOpenController struct + SocialUserService *service.SocialUserService + type TenantOptionOpenController struct + TenantOptionService *service.SysOptionService + func (c *TenantOptionOpenController) AfterInitialize() + func (c *TenantOptionOpenController) GetTenantOptions(ctx *gin.Context) + type UserOpenController struct + AuthorityService *auth.AuthorityService + InviteCodeService *service.InviteCodeService + SocialUserMapper *mapper.SocialUserMapper + SocialUserService *service.SocialUserService + UserMapper *mapper.UserMapper + UserService *service.UserService + func (m *UserOpenController) AfterInitialize() + func (u *UserOpenController) AddUser(c *gin.Context) + func (u *UserOpenController) DeleteUser(c *gin.Context) + func (u *UserOpenController) GetCurrentUser(c *gin.Context) + func (u *UserOpenController) GetUser(c *gin.Context) + func (u *UserOpenController) GetUserInviteCode(c *gin.Context) + func (u *UserOpenController) GetUsers(c *gin.Context) + func (u *UserOpenController) UpdateUser(c *gin.Context) + type UserOptionOpenController struct + UserOptionService *service.UserOptionService + func (c *UserOptionOpenController) AddUserOptions(ctx *gin.Context) + func (c *UserOptionOpenController) AfterInitialize() + func (c *UserOptionOpenController) GetUserOptions(ctx *gin.Context) + func (c *UserOptionOpenController) RemoveUserOption(ctx *gin.Context) + func (c *UserOptionOpenController) RemoveUserOptions(ctx *gin.Context) + func (c *UserOptionOpenController) SetUserOptions(ctx *gin.Context)