Module kvarn::ctl

source ·
Available on crate feature handover only.
Expand description

Control the Kvarn server from the outside.

Plugins can be added using RunConfig::add_plugin.

Structs

Enums

Functions

  • Check if args has no arguments. If that’s the case, an error with the appropriate PluginResponse is returned. Use the if let Err() pattern to easily return.

Type Definitions