Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadFile ¶
Types ¶
type APIClient ¶
func CreateNewAPI ¶
func (*APIClient) FetchPlatformTests ¶
func (*APIClient) FetchSupportedPlatforms ¶
type Platform ¶
type Platform struct { Id string `json:"id"` Name string `json:"name"` Type string `json:"type"` Version string `json:"version"` VersionID string `json:"version_id"` DisplayName string `json:"display_name"` ReplacementID string `json:"replacement_id"` Supported bool `json:"supported"` Architecture string `json:"architecture"` }
type TestData ¶
type TestData struct { ID string `json:"id"` FromResolution string `json:"from_resolution"` ToResolution string `json:"to_resolution"` Bitrate int `json:"bitrate"` Arguments []TestDataArgument `json:"arguments"` }
type TestDataArgument ¶
Click to show internal directories.
Click to hide internal directories.