Documentation ¶
Index ¶
Constants ¶
View Source
const (
EnvAssetsLookup = "POWERPIPE_ASSETS_LOOKUP" // an environment which disables fetching and verification of assets
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Asset ¶
type Asset struct { Url string `json:"url"` BrowserDownloadURL string `json:"browser_download_url"` Name string `json:"name"` }
Asset represents a release asset
type ReportAssetsVersionFile ¶
type ReportAssetsVersionFile struct {
Version string `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.