core

package
v0.0.38 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Installer

type Installer interface {
	Available() bool
	Install() error
	Uninstall() error

	WaitForStart() (bool, error)
	Start() error
	Stop() error
}

Installer is the interface of a installer

type InstallerRegistry

type InstallerRegistry interface {
	Registry(string, Installer)
}

InstallerRegistry is the interface of install registry

Jump to

Keyboard shortcuts

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