Commit 0199d448 authored by Timofey Koolin's avatar Timofey Koolin Committed by Sander van Harmelen

+ TimeStats to issue (#262)

* + TimeStats to issue

* Change TimeStats to existed struct in issues receive
parent ed51058e
......@@ -68,6 +68,7 @@ type Issue struct {
Confidential bool `json:"confidential"`
DueDate string `json:"due_date"`
WebURL string `json:"web_url"`
TimeStats TimeStats `json:"time_stats"`
}
func (i Issue) String() string {
......
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