scoring

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 5 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL