Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteIssues ¶
Types ¶
type IndexEntry ¶
type Issue ¶
type Issue struct {
Number int `json:"number"`
Title string `json:"title"`
Body string `json:"body"`
State string `json:"state"`
Author User `json:"author"`
Labels []string `json:"labels"`
Assignees []User `json:"assignees"`
Milestone string `json:"milestone"`
URL string `json:"url"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
ClosedAt *time.Time `json:"closed_at,omitempty"`
Comments []Comment `json:"comments"`
}
Click to show internal directories.
Click to hide internal directories.