pub type AdminStatusProvider = Arc<dyn Fn() -> Value + Send + Sync>;Expand description
v1.4.32+ /api/admin/status 的后端快照 provider。
由 futu-opend 启动时注入:closure 捕获 Arc<GatewayBridge>,每次调用
返回 serde_json::Value 形式的 StatusSnapshot。这样 futu-rest 不需要
反向依赖 futu-gateway。未配置时 admin_status 返 503。
Aliased Type§
pub struct AdminStatusProvider { /* private fields */ }