mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 04:58:23 +00:00
7cd0defaf0
## Problem For the gRPC Pageserver API, we should convert the Protobuf types to stricter, canonical Rust types. Touches https://github.com/neondatabase/neon/issues/11728. ## Summary of changes Adds Rust domain types that mirror the Protobuf types, with conversion and validation.