Bring back Closed field
This commit is contained in:
parent
6b49e21295
commit
796d2e24ef
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ type Issue struct {
|
|||
Title string
|
||||
URL string
|
||||
State string
|
||||
Closed bool
|
||||
Body string
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue