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
d01424e2
Unverified
Commit
d01424e2
authored
Mar 25, 2019
by
Quan TRAN
Committed by
GitHub
Mar 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove comments on minimum version
parent
6e5187b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
labels.go
labels.go
+2
-2
No files found.
labels.go
View file @
d01424e2
...
...
@@ -37,14 +37,14 @@ type Label struct {
ID
int
`json:"id"`
Name
string
`json:"name"`
Color
string
`json:"color"`
TextColor
string
`json:"text_color"`
//11.9+
TextColor
string
`json:"text_color"`
Description
string
`json:"description"`
OpenIssuesCount
int
`json:"open_issues_count"`
ClosedIssuesCount
int
`json:"closed_issues_count"`
OpenMergeRequestsCount
int
`json:"open_merge_requests_count"`
Subscribed
bool
`json:"subscribed"`
Priority
int
`json:"priority"`
IsProjectLabel
bool
`json:"is_project_label"`
//11.9+
IsProjectLabel
bool
`json:"is_project_label"`
}
// UnmarshalJSON implements the json.Unmarshaler interface.
...
...
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