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"` Includes []MetatadaIncludes `json:"includes"` Executable string `json:"executable"` Backend bool `json:"backend"` Alerting bool `json:"alerting"` }
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"` Keywords []string `json:"keywords"` Description string `json:"description"` }
type MetadataLink ¶
type MetadataLogos ¶
type MetadataScreenshots ¶
Click to show internal directories.
Click to hide internal directories.