init bucketmeta struct

This commit is contained in:
weisd
2024-09-27 17:53:44 +08:00
parent b4f8088f0f
commit dfb4c9f726
21 changed files with 335 additions and 19 deletions
@@ -0,0 +1,4 @@
#[derive(Debug)]
pub struct DelMarkerExpiration {
pub days: usize,
}