Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Platform ¶
type Platform struct { ID string `mapstructure:"id" json:"id"` VersionTag string `mapstructure:"version_tag" json:"version_tag"` New bool `mapstructure:"new" json:"new"` URL string `mapstructure:"url" json:"url"` Variants *[]PlatformVariant `mapstructure:"variants" json:"variants"` }
type PlatformVariant ¶
type PlatformVariant struct { Name string `json:"name" mapstructure:"name"` ID string `json:"id" mapstructure:"id"` Author string `json:"author" mapstructure:"author"` Version string `json:"version" mapstructure:"version"` Description string `json:"description" mapstructure:"description"` URL string `json:"url" mapstructure:"url"` }
type PlatformsResult ¶
type PlatformsResult struct {
Platforms []*Platform `json:"platforms"`
}
Click to show internal directories.
Click to hide internal directories.