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