mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-05 20:54:18 +08:00
feat(go): add color code to user group;
This commit is contained in:
parent
85e4877803
commit
a552de38ad
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ type UserGroup struct {
|
|||
Default bool `json:"default"`
|
||||
Name string `json:"name"`
|
||||
NetworkRoles map[NetworkID]map[UserRoleID]struct{} `json:"network_roles"`
|
||||
ColorCode string `json:"color_code"`
|
||||
MetaData string `json:"meta_data"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue