mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-07 18:50:26 +08:00
10 lines
164 B
Go
10 lines
164 B
Go
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
|
|
|
package teaconst
|
|
|
|
var (
|
|
IsPlus = false
|
|
MaxNodes int32 = 0
|
|
NodeId int64 = 0
|
|
)
|