Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct { HtmlUrl string `json:"html_url"` Number int `json:"number"` Title string `json:"title"` Labels []Label `json:"labels"` State string `json:"state"` Comments int `json:"comments"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` Body string `json:"body"` Reactions Reactions `json:"reactions"` PullRequest *PullRequest `json:"pull_request"` }
type PullRequest ¶
type PullRequest struct {
HtmlUrl string `json:"html_url"`
}
Click to show internal directories.
Click to hide internal directories.