Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRelease ¶
func GetRelease(version string, owner string, repo string, provider gits.GitProvider) (*gits.GitRelease, error)
GetRelease will find the GitRelease for the given owner/repo, looking for a tag called <version> or v<version>
func ReleaseDownloadCount ¶
func ReleaseDownloadCount(releases []*gits.GitRelease) int
ReleaseDownloadCount returns the total number of downloads for the given set of releases
func ReleaseNotFoundError ¶
ReleaseNotFoundError determines if the reason for the error is that the release is not found
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.