Documentation
¶
Index ¶
- Variables
- func Category(repos []*global.GRepository)
- func CheckItem(repos []*global.GRepository) (items []string)
- func CheckRepos(repos []*github2.Repository) (items []string)
- func FetchData(account string, page, perPage int) (items []string, nextPage int)
- func FetchDataWithPage(account string, page int) (items []string, nextPage int)
- func FetchHistory()
- func FetchStarRepos(account string, page, perPage int) ([]*github2.Repository, int)
- func LanguageCategory(repos []*global.GRepository, languages []string)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
History = make([]string, 100)
)
Functions ¶
func Category ¶ added in v0.1.7
func Category(repos []*global.GRepository)
func CheckItem ¶
func CheckItem(repos []*global.GRepository) (items []string)
func CheckRepos ¶
func CheckRepos(repos []*github2.Repository) (items []string)
func FetchDataWithPage ¶
func FetchHistory ¶ added in v0.1.12
func FetchHistory()
func FetchStarRepos ¶ added in v0.1.9
func FetchStarRepos(account string, page, perPage int) ([]*github2.Repository, int)
func LanguageCategory ¶ added in v0.1.8
func LanguageCategory(repos []*global.GRepository, languages []string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.