summaryrefslogtreecommitdiff
path: root/rola-bucket/src/protocol.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rola-bucket/src/protocol.rs')
-rw-r--r--rola-bucket/src/protocol.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rola-bucket/src/protocol.rs b/rola-bucket/src/protocol.rs
index 5523176..ba50a42 100644
--- a/rola-bucket/src/protocol.rs
+++ b/rola-bucket/src/protocol.rs
@@ -8,6 +8,9 @@ pub use error::*;
mod local_fs;
pub use local_fs::*;
+mod placeholder;
+pub use placeholder::*;
+
/// Request used in [BucketTransferProtocol] or [AsyncBucketTransferProtocol]
pub struct UploadToBucketRequest<'a, ExtraInfo>
where