init bucketmeta

This commit is contained in:
weisd
2024-09-27 16:33:56 +08:00
parent cef6a583b7
commit b4f8088f0f
22 changed files with 687 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
pub struct Prefix {
pub val: String,
pub set: bool,
}