mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-27 23:47:29 +00:00
Slight refactoring to make things clearer with DeletedFilter
This commit is contained in:
@@ -4,10 +4,13 @@
|
||||
extern crate log;
|
||||
|
||||
pub mod schema;
|
||||
pub mod util;
|
||||
|
||||
pub mod table;
|
||||
pub mod table_fullcopy;
|
||||
pub mod table_sharded;
|
||||
pub mod table_sync;
|
||||
|
||||
pub use schema::*;
|
||||
pub use util::*;
|
||||
pub use table::*;
|
||||
|
||||
Reference in New Issue
Block a user