diff options
Diffstat (limited to 'src/data.rs')
-rw-r--r-- | src/data.rs | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/data.rs b/src/data.rs index 62aba0a1..fd7f9a8b 100644 --- a/src/data.rs +++ b/src/data.rs @@ -129,15 +129,6 @@ pub struct NetworkConfigEntry { pub const INLINE_THRESHOLD: usize = 3072; -#[derive(Debug, Serialize, Deserialize)] -pub struct SplitpointMeta { - pub bucket: String, - pub key: String, - - pub timestamp: u64, - pub uuid: UUID, - pub deleted: bool, -} - +pub use crate::block_ref_table::*; pub use crate::object_table::*; pub use crate::version_table::*; |