# Functions
No description provided by the author
GlobalPluginControl returns the plugin control singleton.
No description provided by the author
NewPluginControl creates an empty PluginControl.
NewPluginWrapperHelper returns a WrapperHelper.
No description provided by the author
# Structs
Fake configuration to check DI works.
Mock plugin to check method calls.
PluginControl controls plugins.
No description provided by the author
WrapperHelper is a helper object for ConstructorWrapper, embed it in some wrapper you'd like to make.
# Interfaces
No description provided by the author
Plugin is an interface for (right now only nfqueue) plugins.
PluginConstructor is a function that generates a plugin.
PluginConsumer is a function that consumes a particular interface that a plugin may fulfill that it is interested in.
SettingsInjectablePlugin is a plugin that supports 'settings injection'.
No description provided by the author
# Type aliases
ConstructorWrapperFactory is a function that takes any number of arguments of some type, and returns a wrapper.
ConstructorWrapperPluginFactory is a function that takes a PluginGeneratorCallback and returns a Plugin -- the purpose is to allow a constructor wrapper to get a function that would generate the plugin it is wrapping, and for it to return the plugin it would like to substitute.
PluginGeneratorCallback is a callback function that generates a plugin.