mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 09:00:37 +00:00
proxy: Move module base files into module directory (#9297)
This commit is contained in:
7
proxy/src/cache/mod.rs
vendored
Normal file
7
proxy/src/cache/mod.rs
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
pub(crate) mod common;
|
||||
pub(crate) mod endpoints;
|
||||
pub(crate) mod project_info;
|
||||
mod timed_lru;
|
||||
|
||||
pub(crate) use common::{Cache, Cached};
|
||||
pub(crate) use timed_lru::TimedLru;
|
||||
Reference in New Issue
Block a user