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§

get_plugin
Get plugin by ID
list_plugins
List plugins
plugin_call
Calls a plugin method.
plugin_call_get
Calls a plugin method via GET request.
update_plugin
Update plugin configuration

Functions§

init
Initializes the routes for the plugins module.