selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
NodePluginOf
selery
node
plugin
plugin
Undocumented in source.
class
NodePluginOf :
NodePluginInfo
(
T
)
if
(
is
(
T
==
Object
) ||
is
(
T
:
NodePlugin
)
) {
this
(string name, string path, string[] authors, string version_);
void
load
(NodeServer server);
}
Constructors
this
this
(string name, string path, string[] authors, string version_)
Undocumented in source.
Members
Functions
load
void
load
(NodeServer server)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From NodePluginInfo
load
void
load
(NodeServer server)
Undocumented in source.
Meta
Source
See Implementation
selery
node
plugin
plugin
classes
NodePlugin
NodePluginInfo
NodePluginOf