Unverified Commit d01424e2 authored by Quan TRAN's avatar Quan TRAN Committed by GitHub

remove comments on minimum version

parent 6e5187b8
...@@ -37,14 +37,14 @@ type Label struct { ...@@ -37,14 +37,14 @@ type Label struct {
ID int `json:"id"` ID int `json:"id"`
Name string `json:"name"` Name string `json:"name"`
Color string `json:"color"` Color string `json:"color"`
TextColor string `json:"text_color"` //11.9+ TextColor string `json:"text_color"`
Description string `json:"description"` Description string `json:"description"`
OpenIssuesCount int `json:"open_issues_count"` OpenIssuesCount int `json:"open_issues_count"`
ClosedIssuesCount int `json:"closed_issues_count"` ClosedIssuesCount int `json:"closed_issues_count"`
OpenMergeRequestsCount int `json:"open_merge_requests_count"` OpenMergeRequestsCount int `json:"open_merge_requests_count"`
Subscribed bool `json:"subscribed"` Subscribed bool `json:"subscribed"`
Priority int `json:"priority"` Priority int `json:"priority"`
IsProjectLabel bool `json:"is_project_label"` //11.9+ IsProjectLabel bool `json:"is_project_label"`
} }
// UnmarshalJSON implements the json.Unmarshaler interface. // UnmarshalJSON implements the json.Unmarshaler interface.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment