Module plugin

Source
Expand description

This module defines the HTTP routes for plugin operations. It includes handlers for calling plugin methods. The routes are integrated with the Actix-web framework and interact with the plugin controller.

Structs§

list_plugins
List plugins
plugin_call
Calls a plugin method.

Functions§

init
Initializes the routes for the plugins module.