Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultIndexURL = "https://raw.githubusercontent.com/playsthisgame/melon/main/index.yaml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Name string `yaml:"name"`
Description string `yaml:"description"`
Author string `yaml:"author"`
Tags []string `yaml:"tags"`
Featured bool `yaml:"featured"`
}
Entry is a single skill record from the melon-index.
Click to show internal directories.
Click to hide internal directories.