Function validate_exact

View as Markdown

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.

pub fn validate_exact(config: PluginConfig) -> PluginHostReport

Validates only the supplied static plugin configuration.

Unlike validate, this does not discover or merge any plugins.toml layers. It is intended for component-specific validators whose callers supplied the complete configuration to validate.