/// scheduled task for daemon
/// routes for ingestion server based on axum
/// implementation of maintenance daemon keeping the lakehouse updated
/// minimal FlightSQL protocol implementation
/// web server for perfetto traces
/// metadata about this implementation of FlightSQL
/// named keys for authentication
/// log uris of http requests
// /// pg_ tables expected when connecting using pg-gateway-srv
// #[cfg(feature = "pg_catalog")]
// pub mod pg_catalog;
/// authentication for the gRPC stack