Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pluggable ¶
type Pluggable interface {
// PluginInstance is any structure that implements the plugin, should be right type for the kind of plugin
PluginInstance() any
// PluginName is a human friendly name for the plugin
PluginName() string
// PluginType is the type of the plugin, to match inter.PluginType
PluginType() inter.PluginType
// PluginVersion is the version of the plugin
PluginVersion() string
}
Pluggable is a Choria Plugin
Click to show internal directories.
Click to hide internal directories.