This commit is contained in:
dayterr
2025-12-16 14:40:04 +03:00
parent 3eaf0df772
commit aac7108d8a
18 changed files with 117 additions and 57 deletions

View File

@@ -1,8 +1,9 @@
package acsgroups
type AccessGroupItem struct {
Name string `json:"display_name"`
ID string `json:"id"`
Name string `json:"display_name"`
ID string `json:"id"`
Comment string `json:"comment"`
}
type AccessGroupList struct {