mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-20 15:27:50 -04:00
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"`
|
|
}
|