Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PluginMap = map[string]plugin.Plugin{}
PluginMap is a map containing all the plugins
Functions ¶
Types ¶
type RevaPlugin ¶
type RevaPlugin struct { Plugin interface{} Client *plugin.Client }
RevaPlugin represents the runtime plugin
func Load ¶
func Load(pluginType, driver string) (*RevaPlugin, error)
Load loads the plugin using the hashicorp go-plugin system
Click to show internal directories.
Click to hide internal directories.