Skip to main content

Module admin_providers

Module admin_providers 

Source

Functions§

merge_stored_providers
Merge dynamic providers from storage into a config’s provider map. TOML providers take precedence on name conflicts. Called at startup, during reload, and after every CRUD mutation before rebuilding.
provider_admin_routes
Build admin provider management routes, protected by admin token auth.

Type Aliases§

Rebuilder
A closure that rebuilds the provider registry from a config. The binary provides this because the proxy crate doesn’t know the concrete P construction path (e.g. Dispatch::Remote).