mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
ce8eb089f3
## Problem We want to extract safekeeper http client to separate crate for use in storage controller and neon_local. However, many types used in the API are internal to safekeeper. ## Summary of changes Move them to safekeeper_api crate. No functional changes. ref https://github.com/neondatabase/neon/issues/9011