mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2026-04-22 02:15:20 +08:00
使用Sock管理进程启停
This commit is contained in:
8
internal/const/build.go
Normal file
8
internal/const/build.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
// +build community
|
||||
|
||||
package teaconst
|
||||
|
||||
const BuildCommunity = true
|
||||
const BuildPlus = false
|
||||
const Tag = "community"
|
||||
@@ -22,5 +22,5 @@ const (
|
||||
UserNodeVersion = "0.0.10"
|
||||
AuthorityNodeVersion = "0.0.2"
|
||||
MonitorNodeVersion = "0.0.2"
|
||||
DNSNodeVersion = "0.0.2"
|
||||
DNSNodeVersion = "0.0.3"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user