Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct {
Owner string
Repo string
Number int
Title string
Body string
User string
State string
CreatedAt time.Time
UpdatedAt time.Time
Comments []*IssueComment
// No need for reference tracking - we only care about assignment
URL string
Labels []string
Assignees []string
}
Issue represents a GitHub issue with all relevant data
type IssueComment ¶
IssueComment represents a comment on a GitHub issue
Click to show internal directories.
Click to hide internal directories.