feat: resolve upstream auth at runtime

This commit is contained in:
a.tolmachev
2026-04-07 01:00:24 +03:00
parent 191e749b14
commit da94d308de
17 changed files with 702 additions and 78 deletions
+4
View File
@@ -1,11 +1,15 @@
mod aggregation;
mod auth;
mod error;
mod executor;
mod model;
mod redaction;
mod secret_crypto;
mod streaming;
pub use auth::ResolvedAuth;
pub use error::RuntimeError;
pub use executor::RuntimeExecutor;
pub use model::{AdapterResponse, PreparedRequest, RuntimeOperation};
pub use secret_crypto::SecretCrypto;
pub use streaming::WindowExecutionResult;