Available on crate feature
handover
only.Expand description
Control the Kvarn server from the outside.
Plugin
s can be added using RunConfig::add_plugin
.
Structs§
- The arguments passed by
kvarnctl
to aPlugin
. - A response in reply to the request
kvarnctl
sent. - The plugins this Kvarn instance supports.
Enums§
- The kind of response to send back to
kvarnctl
. SeePluginResponse
for more details.
Functions§
- Check if
args
has no arguments. If that’s the case, an error with the appropriatePluginResponse
is returned. Use theif let Err()
pattern to easily return.
Type Aliases§
- A plugin, similar to the
extensions
. One can easily be constructed using theplugin!
macro.