mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-04 01:39:16 -05:00
adcfca1712
git-subtree-dir: ocs git-subtree-mainline:b274cac8c2git-subtree-split:7ca52baa61
7 lines
140 B
Go
7 lines
140 B
Go
package data
|
|
|
|
// Groups holds group ids for the groups listing
|
|
type Groups struct {
|
|
Groups []string `json:"groups" xml:"groups>element"`
|
|
}
|