Documentation
¶
Overview ¶
Package catalog indexes puzzle definitions, aliases, and daily metadata without importing concrete game implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Validate ¶
func Validate(definitions []puzzle.Definition) error
Types ¶
type DailyEntry ¶
type Index ¶ added in v1.8.0
type Index struct {
// contains filtered or unexported fields
}
func MustBuild ¶ added in v1.8.0
func MustBuild(definitions []puzzle.Definition) Index
func (Index) DailyEntries ¶ added in v1.8.0
func (i Index) DailyEntries() []DailyEntry
func (Index) Definitions ¶ added in v1.8.0
func (i Index) Definitions() []puzzle.Definition
Click to show internal directories.
Click to hide internal directories.