mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 20:40:25 +08:00
实现连通性变化发送通知功能
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package systemconfigs
|
||||
|
||||
// 管理员界面相关配置
|
||||
// AdminUIConfig 管理员界面相关配置
|
||||
type AdminUIConfig struct {
|
||||
ProductName string `json:"productName"` // 产品名
|
||||
AdminSystemName string `json:"adminSystemName"` // 管理员系统名称
|
||||
|
||||
@@ -12,4 +12,6 @@ const (
|
||||
SettingCodeNSAccessLogSetting SettingCode = "nsAccessLogSetting" // NS相关全局配置
|
||||
|
||||
SettingCodeNSNodeMonitor SettingCode = "nsNodeMonitor" // 监控NS节点状态
|
||||
|
||||
SettingCodeReportNodeGlobalSetting SettingCode = "reportNodeGlobalSetting" // 区域监控节点全局配置
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user