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
5cf34379
Commit
5cf34379
authored
Dec 04, 2016
by
theshank
Committed by
Sander van Harmelen
Dec 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
closed #101 - Add shared_with_groups field to Project struct (#103)
parent
507dedeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
projects.go
projects.go
+5
-0
No files found.
projects.go
View file @
5cf34379
...
@@ -70,6 +70,11 @@ type Project struct {
...
@@ -70,6 +70,11 @@ type Project struct {
OnlyAllowMergeIfBuildSucceeds
bool
`json:"only_allow_merge_if_build_succeeds"`
OnlyAllowMergeIfBuildSucceeds
bool
`json:"only_allow_merge_if_build_succeeds"`
LFSEnabled
bool
`json:"lfs_enabled"`
LFSEnabled
bool
`json:"lfs_enabled"`
RequestAccessEnabled
bool
`json:"request_access_enabled"`
RequestAccessEnabled
bool
`json:"request_access_enabled"`
SharedWithGroups
[]
struct
{
GroupID
int
`json:"group_id"`
GroupName
string
`json:"group_name"`
GroupAccessLevel
int
`json:"group_access_level"`
}
`json:"shared_with_groups"`
}
}
// Repository represents a repository.
// Repository represents a repository.
...
...
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