Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct { ID string `json:"id"` Name string `json:"name"` Type string `json:"type"` Info MetadataInfo `json:"info"` Executable string `json:"executable"` }
type MetadataAuthor ¶
type MetadataAuthor struct {
URL string `json:"url"`
}
type MetadataInfo ¶
type MetadataInfo struct { Author MetadataAuthor `json:"author"` Screenshots []MetadataScreenshots `json:"screenshots"` Logos MetadataLogos `json:"logos"` Links []MetadataLink `json:"links"` Version string `json:"version"` }
type MetadataLink ¶
type MetadataLogos ¶
type MetadataScreenshots ¶
Click to show internal directories.
Click to hide internal directories.