Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Release ¶
type Release struct {
ID int `json:"id"`
Tag string `json:"tag_name"`
Assets []Asset `json:"assets"`
Repo string `json:"-"`
}
func GetLatestRelease ¶
type Repository ¶
type Repository struct {
ID int `json:"id"`
Name string `json:"name"`
FullName string `json:"full_name"`
URL string `json:"html_url"`
Description string `json:"description"`
Language string `json:"language"`
Stars int `json:"stargazers_count"`
}
func Search ¶
func Search(pattern string) ([]*Repository, error)
Click to show internal directories.
Click to hide internal directories.