Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct { Number int `json:"number"` Title string `json:"title"` Body string `json:"body"` State string `json:"state"` HTMLURL string `json:"html_url"` SourceURL string `json:"source_url"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` Labels []string `json:"labels"` Comments []*Comment `json:"comments"` }
type IssueFilterOptions ¶
type PullRequest ¶
type PullRequest struct { Number int `json:"number"` Title string `json:"title"` Body string `json:"body"` State string `json:"state"` HTMLURL string `json:"html_url"` Labels []string `json:"labels"` IssueURL string `json:"issue_url"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` Branch string `json:"branch"` BaseBranch string `json:"base_branch"` LinkedIssueURLs []string `json:"linked_issue_urls"` Diff string `json:"diff"` Comments []*Comment `json:"comments"` }
type PullRequestInput ¶
type Reactions ¶
type Reactions struct { TotalCount int `json:"total_count,omitempty"` PlusOne int `json:"+1,omitempty"` MinusOne int `json:"-1,omitempty"` Laugh int `json:"laugh,omitempty"` Confused int `json:"confused,omitempty"` Heart int `json:"heart,omitempty"` Hooray int `json:"hooray,omitempty"` Rocket int `json:"rocket,omitempty"` Eyes int `json:"eyes,omitempty"` }
Click to show internal directories.
Click to hide internal directories.