Const
Readonly
methods: { Readonly
close: { Close closes the plugin. It is called when the node is shutting down.
from rpc v1.Plugin.Close
Readonly
I: typeof EmptyReadonly
O: typeof EmptyReadonly
kind: UnaryReadonly
name: "Close"Readonly
configure: { Configure starts and configures the plugin.
from rpc v1.Plugin.Configure
Readonly
I: typeof PluginConfigurationReadonly
O: typeof EmptyReadonly
kind: UnaryReadonly
name: "Configure"Readonly
getGetInfo returns the information for the plugin.
from rpc v1.Plugin.GetInfo
Readonly
I: typeof EmptyReadonly
O: typeof PluginInfoReadonly
kind: UnaryReadonly
name: "GetInfo"Readonly
typefrom service v1.Plugin
Generated using TypeDoc
Plugin is the general service definition for a Webmesh plugin. It must be implemented by all plugins.