Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppStore ¶
AppStore implements a remote file storage for storage.ProjectUploader. See https://wiki.saucelabs.com/display/DOCS/Application+Storage for more details.
type Links ¶ added in v0.46.0
Links represents the pagination information returned by the app store.
type ListResponse ¶ added in v0.46.0
type ListResponse struct { Items []Item `json:"items"` Links Links `json:"links"` Page int `json:"page"` PerPage int `json:"per_page"` TotalItems int `json:"total_items"` }
ListResponse represents the response as is returned by the app store.
type UploadResponse ¶ added in v0.21.0
type UploadResponse struct {
Item Item `json:"item"`
}
UploadResponse represents the response as is returned by the app store.
Click to show internal directories.
Click to hide internal directories.