installers

package
v0.0.0-...-1defb90 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Installers []*Installer

list of installers

Functions

This section is empty.

Types

type Installer

type Installer struct {
	Name      string   // Name is the display name of the installer.
	Desc      string   // Desc briefly explains what the installer does.
	Priority  int      // Priority defines the order of installation. Lower number comes before higher number. Default is 0.
	Setup     func()   // Setup contains logic regarding the setup process.
	Reminders []string // Reminders for manual tasks user has to perform. Shows after all Setup functions are executed.
}

Jump to

Keyboard shortcuts

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