Skip to content

Commit

Permalink
feat: add missing groups for role (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
seafeawea committed May 13, 2024
1 parent c590d04 commit 471f21b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions casdoorsdk/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type Role struct {
Description string `xorm:"varchar(100)" json:"description"`

Users []string `xorm:"mediumtext" json:"users"`
Groups []string `xorm:"mediumtext" json:"groups"`
Roles []string `xorm:"mediumtext" json:"roles"`
Domains []string `xorm:"mediumtext" json:"domains"`
IsEnabled bool `json:"isEnabled"`
Expand Down

0 comments on commit 471f21b

Please sign in to comment.