Documentation
¶
Index ¶
Constants ¶
View Source
const GITHUB_URL string = "https://github.com"
Variables ¶
View Source
var Langs = GetLang()
Functions ¶
This section is empty.
Types ¶
type TrendDeveloper ¶
type TrendDeveloper struct {
Username string `json:"username"`
Name string `json:"name"`
Type string `json:"type"`
Url string `json:"url"`
Avatar string `json:"avatar"`
Repo TrendRepo `json:"repo"`
}
func FetchDevelopers ¶
func FetchDevelopers(language string, since string) []TrendDeveloper
type TrendRepository ¶
type TrendRepository struct {
Author string `json:"author"`
Name string `json:"name"`
Avatar string `json:"avatar"`
Url string `json:"url"`
Description string `json:"description"`
Language string `json:"language"`
LanguageColor string `json:"languageColor"`
Stars int `json:"stars"`
Forks int `json:"forks"`
CurrentPeriodStars int `json:"currentPeriodStars"`
TrendUser []TrendUser `json:"builtBy"`
}
func FetchRepositories ¶
func FetchRepositories(language string, since string) []TrendRepository
Click to show internal directories.
Click to hide internal directories.