installers

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NeedsInstall = &CheckResult{Install: true}
)

Functions

func Run

func Run(filter string) error

Types

type CheckResult

type CheckResult struct {
	Install bool
}

type Installer

type Installer interface {
	Name() string
	Check() (*CheckResult, error)
	Install() error
}

Jump to

Keyboard shortcuts

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