Versions in this module Expand all Collapse all v0 v0.1.1 Jun 5, 2020 Changes in this version + type Updater interface + Download func() (output string, err error) + Lookup func() (updateAvailable bool, err error) + Method func() string + func NewUpdateForUpdateString(updateInfoString string, appImage appimage.AppImage) (Updater, error) + func NewUpdaterFor(target *string) (Updater, error)