mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 23:20:25 +08:00
统一KV存储表命名方式
This commit is contained in:
@@ -84,7 +84,7 @@ func (this *KVTask) Init() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
table, tableErr := kvstore.NewTable[[]byte]("sumValues", kvstore.NewBytesValueEncoder())
|
table, tableErr := kvstore.NewTable[[]byte]("sum_values", kvstore.NewBytesValueEncoder())
|
||||||
if tableErr != nil {
|
if tableErr != nil {
|
||||||
return tableErr
|
return tableErr
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user