mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-17 21:20:37 +00:00
The compute should only act if requests come from the control plane. Signed-off-by: Tristan Partin <tristan@neon.tech> Signed-off-by: Tristan Partin <tristan@neon.tech>
10 lines
213 B
Rust
10 lines
213 B
Rust
pub(crate) mod json;
|
|
pub(crate) mod path;
|
|
pub(crate) mod query;
|
|
pub(crate) mod request_id;
|
|
|
|
pub(crate) use json::Json;
|
|
pub(crate) use path::Path;
|
|
pub(crate) use query::Query;
|
|
pub(crate) use request_id::RequestId;
|