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
48e31a8a
Unverified
Commit
48e31a8a
authored
Mar 11, 2019
by
Sander van Harmelen
Committed by
GitHub
Mar 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update group_labels.go
Co-Authored-By:
kirecek
<
erikjankovic@gmail.com
>
parent
b3cb83b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
group_labels.go
group_labels.go
+2
-1
No files found.
group_labels.go
View file @
48e31a8a
...
@@ -29,7 +29,8 @@ type ListGroupLabelsOptions ListOptions
...
@@ -29,7 +29,8 @@ type ListGroupLabelsOptions ListOptions
// ListGroupLabels gets all labels for given group.
// ListGroupLabels gets all labels for given group.
//
//
// GitLab API docs: https://docs.gitlab.com/ce/api/group_labels.html#list-group-labels
// GitLab API docs:
// https://docs.gitlab.com/ce/api/group_labels.html#list-group-labels
func
(
s
*
GroupLabelsService
)
ListGroupLabels
(
gid
interface
{},
opt
*
ListGroupLabelsOptions
,
options
...
OptionFunc
)
([]
*
GroupLabel
,
*
Response
,
error
)
{
func
(
s
*
GroupLabelsService
)
ListGroupLabels
(
gid
interface
{},
opt
*
ListGroupLabelsOptions
,
options
...
OptionFunc
)
([]
*
GroupLabel
,
*
Response
,
error
)
{
group
,
err
:=
parseID
(
gid
)
group
,
err
:=
parseID
(
gid
)
if
err
!=
nil
{
if
err
!=
nil
{
...
...
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