Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
f6342b26
Commit
f6342b26
authored
Sep 24, 2017
by
Sander van Harmelen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder the fields so they match the docs and add `parent_id`
Fixes #217
parent
b7028038
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
groups.go
groups.go
+5
-4
No files found.
groups.go
View file @
f6342b26
...
...
@@ -38,15 +38,16 @@ type Group struct {
Name
string
`json:"name"`
Path
string
`json:"path"`
Description
string
`json:"description"`
Visibility
*
VisibilityValue
`json:"visibility"`
LFSEnabled
bool
`json:"lfs_enabled"`
AvatarURL
string
`json:"avatar_url"`
WebURL
string
`json:"web_url"`
RequestAccessEnabled
bool
`json:"request_access_enabled"`
FullName
string
`json:"full_name"`
FullPath
string
`json:"full_path"`
LFSEnabled
bool
`json:"lfs_enable
d"`
ParentID
int
`json:"parent_i
d"`
Projects
[]
*
Project
`json:"projects"`
Statistics
*
StorageStatistics
`json:"statistics"`
RequestAccessEnabled
bool
`json:"request_access_enabled"`
Visibility
*
VisibilityValue
`json:"visibility"`
WebURL
string
`json:"web_url"`
}
// ListGroupsOptions represents the available ListGroups() options.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment