Documentation
¶
Index ¶
Constants ¶
View Source
const PER_PAGE_NUMBER int = 50
View Source
const UNCATEGORIZED string = "Uncategorized"
Variables ¶
This section is empty.
Functions ¶
func GetReposByLanguage ¶
func GetReposByLanguage(repositories []*PersonalRepo) (map[string][]*PersonalRepo, []string, error)
Types ¶
type LangReposAndOrder ¶
type LangReposAndOrder struct {
ReposByLang map[string][]*PersonalRepo
LangOrder []string
}
type PersonalRepo ¶
type PersonalRepo struct {
Name string
FullName string
Description string
IsFork bool
Language string
LanguageColor string
StarNumber int
URL string
}
func GetRandomRepo ¶
func GetRandomRepo(repositories []*PersonalRepo) *PersonalRepo
func PullRepositories ¶
Click to show internal directories.
Click to hide internal directories.