Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Download ¶
type Download struct {
Protocols []string `json:"protocols"`
OS string `json:"os"`
Arch string `json:"arch"`
*DownloadMeta
}
Download desribes response for downloading provider
type DownloadMeta ¶
type DownloadMeta struct {
Filename string `json:"filename"`
DownloadURL string `json:"download_url"`
ShasumsURL string `json:"shasums_url"`
ShasumsSignatureURL string `json:"shasums_signature_url"`
Shasum string `json:"shasum"`
SigningKeys config.SigningKeys `json:"signing_keys"`
}
DownloadMeta desribes metadata for downloding
type DownloadQuery ¶
DownloadQuery desribes query for finding provider
Click to show internal directories.
Click to hide internal directories.