aboutsummaryrefslogtreecommitdiff
path: root/src/store/mod.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-04-23 18:36:12 +0000
committerAlex Auvolat <alex@adnab.me>2020-04-23 18:36:12 +0000
commit4ef84a0558c0bf6641094e762ede0c962781204d (patch)
tree8e6014ee12541c7085b371e99941c5c3da53f2b0 /src/store/mod.rs
parent44a1089d9569b442c098c2ceebb3f691816e52d2 (diff)
downloadgarage-4ef84a0558c0bf6641094e762ede0c962781204d.tar.gz
garage-4ef84a0558c0bf6641094e762ede0c962781204d.zip
Move repair to separate file
Diffstat (limited to 'src/store/mod.rs')
-rw-r--r--src/store/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/mod.rs b/src/store/mod.rs
index b6a8dc46..962264c4 100644
--- a/src/store/mod.rs
+++ b/src/store/mod.rs
@@ -3,4 +3,5 @@ pub mod block_ref_table;
pub mod bucket_table;
pub mod key_table;
pub mod object_table;
+pub mod repair;
pub mod version_table;