Expand description
Plugin metadata: identity, lifecycle behavior, and concurrency model.
These types describe a plugin to the daemon. PluginMeta carries
the identity fields (name, version, etc.) while PluginState and
ExecutionContext control how the daemon manages the plugin’s lifetime
and task scheduling.
Structs§
- Plugin
Meta - Metadata about a plugin.
Enums§
- Execution
Context - Concurrency model for task execution.
- Plugin
State - Lifecycle behavior of the plugin.