diff options
author | Alex Auvolat <alex@adnab.me> | 2023-08-30 12:41:11 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-08-30 12:41:11 +0200 |
commit | a2e0e34db57b326ad5c9e7c9218fb9e29900e705 (patch) | |
tree | 9e83eaf5ad727527be1d395fbf60ff3654b30003 /src/model/s3/mod.rs | |
parent | f7b409f1140addd508c626b1e80f0f8de52a5639 (diff) | |
download | garage-a2e0e34db57b326ad5c9e7c9218fb9e29900e705.tar.gz garage-a2e0e34db57b326ad5c9e7c9218fb9e29900e705.zip |
lifecycle: skeleton for lifecycle worker
Diffstat (limited to 'src/model/s3/mod.rs')
-rw-r--r-- | src/model/s3/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/s3/mod.rs b/src/model/s3/mod.rs index 36d67093..5c776fb0 100644 --- a/src/model/s3/mod.rs +++ b/src/model/s3/mod.rs @@ -2,3 +2,5 @@ pub mod block_ref_table; pub mod mpu_table; pub mod object_table; pub mod version_table; + +pub mod lifecycle_worker; |