Versions in this module Expand all Collapse all v0 v0.1.0 Jun 2, 2022 Changes in this version + func FilterVersions(versions map[string]*gh.VersionInfo, major, minor string) ([]*semver.Version, error) + type DownloadLink struct + Architecture string + Binary string + ChecksumURL string + Platform string + URL string + type Release struct + Changelog string + Downloads map[string][]DownloadLink + Version string + func BuildVersionResponse(v *semver.Version) Release + func BuildVersionsResponse(versions []*semver.Version) []Release