Commit fb2cb62b authored by Andrea Funtò's avatar Andrea Funtò Committed by Sander van Harmelen

added RequestAccessEnabled, AvatarURL and WebURL to Group (#174)

parent 760a3395
......@@ -40,10 +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"`
VisibilityLevel VisibilityLevelValue `json:"visibility_level"`
}
// 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