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
e5363568
Unverified
Commit
e5363568
authored
Mar 10, 2019
by
kirecek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add GroupLabels to gitlab client
Signed-off-by:
kirecek
<
erikjankovic@gmail.com
>
parent
ecd7ce0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gitlab.go
gitlab.go
+2
-0
No files found.
gitlab.go
View file @
e5363568
...
...
@@ -305,6 +305,7 @@ type Client struct {
GitIgnoreTemplates
*
GitIgnoreTemplatesService
GroupBadges
*
GroupBadgesService
GroupIssueBoards
*
GroupIssueBoardsService
GroupLabels
*
GroupLabelsService
GroupMembers
*
GroupMembersService
GroupMilestones
*
GroupMilestonesService
GroupVariables
*
GroupVariablesService
...
...
@@ -451,6 +452,7 @@ func newClient(httpClient *http.Client) *Client {
c
.
GitIgnoreTemplates
=
&
GitIgnoreTemplatesService
{
client
:
c
}
c
.
GroupBadges
=
&
GroupBadgesService
{
client
:
c
}
c
.
GroupIssueBoards
=
&
GroupIssueBoardsService
{
client
:
c
}
c
.
GroupLabels
=
&
GroupLabelsService
{
client
:
c
}
c
.
GroupMembers
=
&
GroupMembersService
{
client
:
c
}
c
.
GroupMilestones
=
&
GroupMilestonesService
{
client
:
c
}
c
.
GroupVariables
=
&
GroupVariablesService
{
client
:
c
}
...
...
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