aboutsummaryrefslogtreecommitdiff
path: root/src/model/k2v/mod.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-10 10:30:59 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-10 10:30:59 +0100
commita48e2e0cb2bdc75e14dfde199dbca0a779b1316b (patch)
tree35823fcdeb7a4db3ea5806813b5aaece92eafd14 /src/model/k2v/mod.rs
parent02e8eb167efa1f08d69fe7f8e6192cde726c45aa (diff)
downloadgarage-a48e2e0cb2bdc75e14dfde199dbca0a779b1316b.tar.gz
garage-a48e2e0cb2bdc75e14dfde199dbca0a779b1316b.zip
K2V: Subscription to ranges of items
Diffstat (limited to 'src/model/k2v/mod.rs')
-rw-r--r--src/model/k2v/mod.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/model/k2v/mod.rs b/src/model/k2v/mod.rs
index f6a96151..83ad2512 100644
--- a/src/model/k2v/mod.rs
+++ b/src/model/k2v/mod.rs
@@ -2,5 +2,6 @@ pub mod causality;
pub mod item_table;
-pub mod poll;
pub mod rpc;
+
+pub(crate) mod sub;