package
Version:
v0.0.0-...-1653aff
Opens a new window with list of versions in this module.
Published: Jan 10, 2023
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ScriptUpdater struct {
ServerDataPath string
}
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 Updater interface {
Update(name, url, destinationFolder string, skipConfig, forceUpdate bool) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.