优化代码

This commit is contained in:
GoEdgeLab
2022-01-09 10:53:21 +08:00
parent bcb4592549
commit 4cb51f3703
4 changed files with 26 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
package teaconst
import "github.com/TeaOSLab/EdgeCommon/pkg/nodeconfigs"
var (
// 流量统计
@@ -10,4 +12,6 @@ var (
NodeId int64 = 0
NodeIdString = ""
GlobalProductName = nodeconfigs.DefaultProductName
)