Versions in this module Expand all Collapse all v0 v0.2.1 Nov 19, 2025 v0.2.0 Nov 17, 2025 Changes in this version + type CacheData struct + Releases []*github.RepositoryRelease + Timestamp string + type FetchOptions struct + Force bool + IncludeDevel bool + Limit int + type GithubHelper struct + Client *github.Client + func New() GithubHelper + func (gh *GithubHelper) DownloadRelease(version, vrsPath string) error + func (gh *GithubHelper) FetchAllReleases(opts FetchOptions) ([]*github.RepositoryRelease, error)