Module plugin_registry
Module plugin_registry
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
Plugin registry for storing and retrieving provider plugins.
PluginRegistry is an instance-scoped (not global static) store for ProviderPlugin trait objects. Plugins are stored as Arc<dyn ProviderPlugin> keyed by plugin ID.
Instance-scoped design is more testable and can be promoted to a static later if needed.
Structs
- PluginRegistry: Registry for storing and retrieving provider plugins.