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.