mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-04 11:01:26 +08:00
[优化]大改动,指令下发采用规则链rpc请求
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package tool
|
||||
|
||||
import "testing"
|
||||
import (
|
||||
"pandax/pkg/global_model"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestToCamelCase(t *testing.T) {
|
||||
camelCase := ToCamelCase("hello_world")
|
||||
@@ -8,7 +11,7 @@ func TestToCamelCase(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGenerateID(t *testing.T) {
|
||||
id := GenerateID()
|
||||
id := global_model.GenerateID()
|
||||
t.Log(id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user