Versions in this module Expand all Collapse all v2 v2.11.10 Oct 3, 2025 v2.11.9 Oct 1, 2025 v2.11.8 Sep 30, 2025 v2.11.7 Sep 24, 2025 v2.11.6 Sep 23, 2025 v2.11.5 Sep 19, 2025 v2.11.4 Jun 20, 2025 v2.11.3 Jun 19, 2025 v2.11.2 Jun 19, 2025 v2.11.1 Jun 19, 2025 Changes in this version + func UpdateUserRole(c *gin.Context) + type RoleData struct + CreatedAt time.Time + Id uint + IsPublic bool + Name string + UpdatedAt time.Time + func (data *RoleData) Fill(m *model.Role) + type UserData struct + CreatedAt time.Time + Email string + Id uint + Name string + Roles []RoleData + UpdatedAt time.Time + func (data *UserData) Fill(m *model.User) + type UserRoleUpdateRequest struct + RoleIds []uint + UserId uint