This commit is contained in:
maggieyyy
2024-10-21 14:20:25 +08:00
24 changed files with 788 additions and 203 deletions
+1
View File
@@ -25,6 +25,7 @@ func NewCommitWithKey[H any](name, key string) *StoreWidthType[H] {
name: name,
latestTableName: name + "_latest",
commitTableName: name + "_commit",
name: name,
},
key: key,
}