Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScoredRepo ¶
type ScoredRepo struct {
ghapi.RepoResult
Score float64 `json:"score"`
ActivityScore float64 `json:"activity_score"`
FriendlinessScore float64 `json:"friendliness_score"`
RelevanceScore float64 `json:"relevance_score"`
}
func ScoreRepos ¶
func ScoreRepos(repos []ghapi.RepoResult, languages []string, topics []string, skill SkillLevel) []ScoredRepo
type SkillLevel ¶
type SkillLevel string
const ( Beginner SkillLevel = "beginner" Intermediate SkillLevel = "intermediate" Advanced SkillLevel = "advanced" )
func ParseSkillLevel ¶
func ParseSkillLevel(s string) (SkillLevel, bool)
Click to show internal directories.
Click to hide internal directories.