runtime: propagate request context through adapters
This commit is contained in:
@@ -4,6 +4,7 @@ mod error;
|
||||
mod executor;
|
||||
mod model;
|
||||
mod redaction;
|
||||
mod request_context;
|
||||
mod secret_crypto;
|
||||
mod streaming;
|
||||
|
||||
@@ -11,5 +12,6 @@ pub use auth::ResolvedAuth;
|
||||
pub use error::RuntimeError;
|
||||
pub use executor::RuntimeExecutor;
|
||||
pub use model::{AdapterResponse, PreparedRequest, RuntimeOperation};
|
||||
pub use request_context::RuntimeRequestContext;
|
||||
pub use secret_crypto::SecretCrypto;
|
||||
pub use streaming::WindowExecutionResult;
|
||||
|
||||
Reference in New Issue
Block a user