This commit is contained in:
Sergio
2026-05-08 17:27:10 +00:00
parent 354f992c63
commit 9420eae0b6
6 changed files with 18 additions and 3 deletions
@@ -183,6 +183,8 @@ type TemporaryAuth = (String, String, (String, HashMap<String, OwnedValue>), u64
struct PolicyDecision {
allow: bool,
/// Origen: "fractal" si vino del bus, "default-allow" si no había proveedor.
/// Sólo aparece en `Debug` (logging); ningún consumer lo lee programmático.
#[allow(dead_code)]
source: &'static str,
}