plugins

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HandlerRegistry

type HandlerRegistry interface {
	LoadPlugins(pluginsPath string) error
	RegisterHandler(handlerName string, handlerProvider api.PluginInstanceFactory, subCommands ...*cobra.Command)
	HandlerForName(handlerName string) (api.ProtocolHandler, bool)
	PluginCommands() []*cobra.Command
}

func Registry

func Registry() HandlerRegistry

Jump to

Keyboard shortcuts

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