mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-05 07:46:54 -05: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"`
|
|
}
|