Documentation
¶
Index ¶
Constants ¶
View Source
const (
DocsBaseURL = "https://littleclusters.com"
)
Variables ¶
This section is empty.
Functions ¶
func GetAllChallenges ¶
GetAllChallenges returns all registered challenges.
func RegisterChallenge ¶
RegisterChallenge registers a challenge in the global registry.
Types ¶
type Challenge ¶
type Challenge struct {
Key string
Name string
Summary string
Stages map[string]*Stage
StageOrder []string
}
Challenge represents a coding challenge.
func GetChallenge ¶
GetChallenge retrieves a registered challenge by key.
func (*Challenge) StageIndex ¶
StageIndex returns the index of a stage in the order, or -1 if not found.
Click to show internal directories.
Click to hide internal directories.