Skip to main content

Module meta

Module meta 

Source
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§

PluginMeta
Metadata about a plugin.

Enums§

ExecutionContext
Concurrency model for task execution.
PluginState
Lifecycle behavior of the plugin.