|
|
@ -31,6 +31,8 @@ type Issue struct { |
|
|
ClosedAt *time.Time `json:"closed_at,omitempty"` |
|
|
ClosedAt *time.Time `json:"closed_at,omitempty"` |
|
|
CreatedAt *time.Time `json:"created_at,omitempty"` |
|
|
CreatedAt *time.Time `json:"created_at,omitempty"` |
|
|
UpdatedAt *time.Time `json:"updated_at,omitempty"` |
|
|
UpdatedAt *time.Time `json:"updated_at,omitempty"` |
|
|
|
|
|
URL *string `json:"url,omitempty"` |
|
|
|
|
|
HTMLURL *string `json:"html_url,omitempty"` |
|
|
|
|
|
|
|
|
// TODO(willnorris): milestone
|
|
|
// TODO(willnorris): milestone
|
|
|
} |
|
|
} |
|
|
|