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.