Versions in this module Expand all Collapse all v1 v1.3.0 Apr 3, 2022 Changes in this version + var ErrAssetNotFound = errors.New("asset not found") + type Asset struct + BrowserDownloadURL string + ContentType string + Name string + func (a Asset) IsCompressedFile() bool + type Release struct + Assets []Asset + TagName string + type ReleaseUpdater struct + func NewReleaseUpdater() *ReleaseUpdater + func (up ReleaseUpdater) Apply(rel *Release, findAsset func([]Asset) (idx int), ...) error + func (up ReleaseUpdater) CheckForUpdates(current *semver.Version, owner, repo string) (rel *Release, yes bool, err error)