updater

package
v0.0.0-...-1653aff Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DownloadZip

func DownloadZip(url string) (zipName string, err error)

func RemoveFile

func RemoveFile(fileName string) error

Types

type ScriptUpdater

type ScriptUpdater struct {
	ServerDataPath string
}

func (*ScriptUpdater) Update

func (su *ScriptUpdater) Update(scriptName, url, destinationFolder string, skipConfig, forceUpdate bool) error

Update takes scriptName (name of the script), url (github url) and destination folder (the resource folder to place the script in e.g [local])

type Unzipped

type Unzipped struct {
	// contains filtered or unexported fields
}

func Unzip

func Unzip(resourceTargetDirectory, scriptName, zipName string) (Unzipped, error)

type Updater

type Updater interface {
	Update(name, url, destinationFolder string, skipConfig, forceUpdate bool) error
}

Jump to

Keyboard shortcuts

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