plugins

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2021 License: GPL-3.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OSRuntimeInfoGetter

type OSRuntimeInfoGetter struct{}

func (OSRuntimeInfoGetter) Get

func (OSRuntimeInfoGetter) Get() (info RuntimeInfo)

type RuntimeInfo

type RuntimeInfo struct {
	OS, Arch string
}

type RuntimeInfoGetter

type RuntimeInfoGetter interface {
	Get() (info RuntimeInfo)
}

type SDKPlugin

type SDKPlugin interface {
	Name() string
	ListVersions() []string
	InstallE(version string) (err error)
	Download(version string) (err error)
	Install(version string)
	NewFunc() SDKPlugin
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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