Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Repositories ¶
type Repositories struct {
Items []Repository `json:"items"`
}
Respositories defines items which holds array of repository
type Repository ¶
type Repository struct {
Id int `json:"id"`
NodeId string `json:"node_id"`
Name string `json:"name"`
FullName string `json:"full_name"`
HtmlURL string `json:"html_url"`
Language string `json:"language"`
Stars int `json:"stargazers_count"`
}
Repository defines structure of repo in github response
Click to show internal directories.
Click to hide internal directories.