实现监控节点在线状态

This commit is contained in:
GoEdgeLab
2020-10-25 18:27:07 +08:00
parent 379ec0790e
commit 9524a0d145
6 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// +build !demo
package teaconst
const (
IsDemo = false
)