update

package module
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2020 License: MIT Imports: 4 Imported by: 0

README

appimage-update

AppImage Update Golang implementation

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Updater

type Updater interface {
	Method() string

	Lookup() (updateAvailable bool, err error)
	Download() (output string, err error)
}

func NewUpdateForUpdateString

func NewUpdateForUpdateString(updateInfoString string, appImagePath string) (Updater, error)

func NewUpdaterFor

func NewUpdaterFor(target string) (Updater, error)

factory updaters for creating Updater instances from an AppImage file

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL