diff options
author | Alex <alex@adnab.me> | 2024-02-22 12:05:19 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-02-22 12:05:19 +0000 |
commit | 74d0c47f21ae2f9998a7dcbca3a27e3cc51e70b6 (patch) | |
tree | f7747f950672246c1ecc079e50222a07d23bc635 /src/model/helper/mod.rs | |
parent | 7e212e20e02b9cdced52ce23111214c6285a095a (diff) | |
parent | cff702a951cb5bb193c7a891ababfd1d962ae9ed (diff) | |
download | garage-74d0c47f21ae2f9998a7dcbca3a27e3cc51e70b6.tar.gz garage-74d0c47f21ae2f9998a7dcbca3a27e3cc51e70b6.zip |
Merge pull request 'Add node-global lock for bucket/key operations (fix #723)' (#728) from lock-createbucket into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/728
Diffstat (limited to 'src/model/helper/mod.rs')
-rw-r--r-- | src/model/helper/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/helper/mod.rs b/src/model/helper/mod.rs index dd947c86..5534ae3d 100644 --- a/src/model/helper/mod.rs +++ b/src/model/helper/mod.rs @@ -1,3 +1,4 @@ pub mod bucket; pub mod error; pub mod key; +pub mod locked; |