plugin

package
v0.0.0-...-6bcf8dd Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load

func Load(plugin Plugin) error

func Plugins

func Plugins() map[string]Plugin

Types

type Loader

type Loader interface {
	Plugins() map[string]Plugin
	Load(Plugin) error
	Unload(Plugin) error
	Find(string) Plugin
}

func NewLoader

func NewLoader() Loader

type Plugin

type Plugin interface {
	Name() string
}

Jump to

Keyboard shortcuts

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