Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
type Catalog struct {
Extensions []CatalogItem
}
type CatalogItem ¶
type CatalogItem struct {
Type ItemType
Title string
Description string
Author string
Origin string
Platforms []Platform
}
func FetchCatalog ¶
func FetchCatalog() ([]CatalogItem, error)
func GetCatalog ¶
func GetCatalog() ([]CatalogItem, error)
Click to show internal directories.
Click to hide internal directories.