Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseAsset ¶
type ReleaseAsset struct {
Repository
Filename string
}
func (ReleaseAsset) FetchInfo ¶
func (asset ReleaseAsset) FetchInfo(version string) (info ReleaseAssetInfo, err error)
Fetches github release artifact information. Leave version empty to automatically resolve latest version.
type ReleaseAssetInfo ¶
type ReleaseAssetInfo struct {
ReleaseAsset
ResolvedVersion string
DownloadUrl string
}
type Repository ¶
Click to show internal directories.
Click to hide internal directories.