Expand description
Plugin System for MielinCTL
Provides a secure, extensible plugin architecture using WASM modules. Plugins can add custom commands, extend functionality, and integrate with external tools.
Structs§
- Plugin
- Represents a loaded plugin
- Plugin
Argument - Argument specification for plugin commands
- Plugin
Command - Command provided by a plugin
- Plugin
Context - Plugin execution context passed to plugin
- Plugin
Manager - Plugin manager for loading and managing plugins
- Plugin
Metadata - Plugin metadata describing the plugin’s capabilities
- Plugin
Result - Plugin execution result