plugin

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2023 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin interface {
	Name() string
	Version() string
	ProtocolVersion() int
	Provider() shard.ProviderClient
	Close()
}

func NewManagedPlugin

func NewManagedPlugin(filepath string, name string, version string, alias string, env []string) (Plugin, error)

func NewUnmanagedPlugin

func NewUnmanagedPlugin(alias string, name string, version string, config *plugin.ReattachConfig) (Plugin, error)

Jump to

Keyboard shortcuts

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