athena_rs 3.26.4

Hyper performant polyglot Database driver
Documentation
//! Gateway-domain expected logging-schema table contracts.
//!
//! This module preserves a stable gateway expectations import surface while
//! gateway contracts are split by subdomain:
//! - `logging_expectation_tables_gateway_request`
//! - `logging_expectation_tables_gateway_runtime`
//! - `logging_expectation_tables_gateway_routing`

pub(super) use super::logging_expectation_tables_gateway_request::{
    EXPECTED_GATEWAY_OPERATION_LOG, EXPECTED_GATEWAY_REQUEST_LOG,
    EXPECTED_GATEWAY_ROUTE_REQUEST_LOG,
};
pub(super) use super::logging_expectation_tables_gateway_routing::{
    EXPECTED_API_REGISTRY, EXPECTED_PUBLIC_GATEWAY_ROUTES, EXPECTED_PUBLIC_SERVICE_ROUTES,
};
pub(super) use super::logging_expectation_tables_gateway_runtime::{
    EXPECTED_GATEWAY_ADMISSION_EVENTS, EXPECTED_GATEWAY_CONNECTION_REGISTRY_REALTIME,
    EXPECTED_GATEWAY_DEFERRED_REQUEST_QUEUE,
};