Documentation ¶
Index ¶
Constants ¶
View Source
const IssuesURL = "https://api.github.com/search/issues"
IssuesURL ...
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct { Number int HTMLURL string `json:"html_url"` Title string State string User *User CreatedAt time.Time `json:"created_at"` Body string }
Issue ...
type IssuesSearchResult ¶
IssuesSearchResult ...
Click to show internal directories.
Click to hide internal directories.