Documentation ¶ Index ¶ type Case type Group type Registry func Load(hofver, cuever, gover, cruntime, cversion string) (*Registry, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Case ¶ type Case struct { Group string `json:"group"` Name string `json:"name"` URL string `json:"url"` Ref string `json:"ref"` Type string `json:"type"` Scripts []string `json:"scripts"` } type Group ¶ type Group map[string]Case type Registry ¶ type Registry map[string]Group func Load ¶ func Load(hofver, cuever, gover, cruntime, cversion string) (*Registry, error) Source Files ¶ View all Source files registry.go Click to show internal directories. Click to hide internal directories.