Fuzz Bucket CRDT (#1442)

Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1442
Reviewed-by: Alex <lx@deuxfleurs.fr>
This commit is contained in:
Arthur Carcano
2026-05-06 18:55:47 +00:00
committed by Alex
parent 57ceed38f3
commit 0da317e3d5
9 changed files with 73 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ use garage_util::crdt::*;
/// Permission given to a key in a bucket
#[derive(PartialOrd, Ord, PartialEq, Eq, Clone, Copy, Debug, Serialize, Deserialize)]
#[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))]
pub struct BucketKeyPerm {
/// Timestamp at which the permission was given
pub timestamp: u64,