实现监控节点在线状态

This commit is contained in:
刘祥超
2020-10-25 18:27:07 +08:00
parent 93b6171604
commit 501ea9818d
6 changed files with 117 additions and 0 deletions

View File

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