Commit bbd2dd70 authored by Sander van Harmelen's avatar Sander van Harmelen

Reordered to match the order in the V4 branch

parent fb2cb62b
......@@ -40,13 +40,13 @@ type Group struct {
Name string `json:"name"`
Path string `json:"path"`
Description string `json:"description"`
VisibilityLevel VisibilityLevelValue `json:"visibility_level"`
AvatarURL string `json:"avatar_url"`
WebURL string `json:"web_url"`
RequestAccessEnabled bool `json:"request_access_enabled"`
LFSEnabled bool `json:"lfs_enabled"`
Projects []*Project `json:"projects"`
Statistics *StorageStatistics `json:"statistics"`
RequestAccessEnabled bool `json:"request_access_enabled"`
VisibilityLevel VisibilityLevelValue `json:"visibility_level"`
WebURL string `json:"web_url"`
}
// ListGroupsOptions represents the available ListGroups() options.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment