mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-16 05:19:12 +08:00
实现监控节点在线状态
This commit is contained in:
7
internal/const/const_normal.go
Normal file
7
internal/const/const_normal.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build !demo
|
||||
|
||||
package teaconst
|
||||
|
||||
const (
|
||||
IsDemo = false
|
||||
)
|
||||
Reference in New Issue
Block a user