plugins

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Jar

type Jar map[string]Plugin

Jar is a collection of plugins

type Plugin

type Plugin interface {
	// Call calls a plugin
	Call() error
}

Plugin represents Gilbert's plugin

type PluginFactory

type PluginFactory func(*scope.Context, manifest.RawParams, logging.Logger) (Plugin, error)

PluginFactory is plugin constructor

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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