Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPluginEventNotSupported = errors.New("event not supported")
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct {
*plugin_base.Plugin
Settings *Settings
}
Plugin implements provide the plugin.
func New ¶
func New(e plugin_base.ExecuteFunc, build ...string) *Plugin
Click to show internal directories.
Click to hide internal directories.