Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Snap ¶
type Snap struct { Alias string `json:"alias,omitempty"` AnonDownloadURL string `json:"anon_download_url,omitempty"` Channel string `json:"channel,omitempty"` DownloadSha512 string `json:"download_sha512,omitempty"` Description string `json:"description,omitempty"` DownloadSize int64 `json:"binary_filesize,omitempty"` DownloadURL string `json:"download_url,omitempty"` IconURL string `json:"icon_url"` LastUpdated string `json:"last_updated,omitempty"` Name string `json:"package_name"` Origin string `json:"origin"` Prices map[string]float64 `json:"prices,omitempty"` Publisher string `json:"publisher,omitempty"` RatingsAverage float64 `json:"ratings_average,omitempty"` SupportURL string `json:"support_url"` Title string `json:"title"` Type pkg.Type `json:"content,omitempty"` Version string `json:"version"` }
A Snap encapsulates the data sent to us from the store.
Click to show internal directories.
Click to hide internal directories.