Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Item ¶
type Item struct {
Name string `json:"name"`
HtmlUrl string `json:"full_name"`
Description string `json:"description,omitempty"`
Language string `json:"language,omitempty"`
StarGazersCount int `json:"stargazers_count,omitempty"`
ForksCount int `json:"forks_Count,omitempty"`
License License `json:"license,omitempty"`
}
type Repos ¶
type Repos struct {
Items []Item `json:"items,omitempty"`
}
func SearchRepos ¶
func (Repos) PrintAsTable ¶
func (repos Repos) PrintAsTable()
Click to show internal directories.
Click to hide internal directories.