mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
Initial installation of initialization data for simplified use.
This commit is contained in:
@@ -24,6 +24,7 @@ func NewCommitWithKey[H any](name, key string) *StoreWidthType[H] {
|
||||
Store: Store[H]{
|
||||
latestTableName: name + "_latest",
|
||||
commitTableName: name + "_commit",
|
||||
name: name,
|
||||
},
|
||||
key: key,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user