实现WAF通知和记录IP功能

This commit is contained in:
GoEdgeLab
2021-07-18 15:52:34 +08:00
parent 51718fbea7
commit 742dd83644
9 changed files with 133 additions and 14 deletions

View File

@@ -2,8 +2,10 @@
package models
// MessageTaskTarget 消息接收对象
// 每个字段不一定都有值
type MessageTaskTarget struct {
ClusterId int64
NodeId int64
ServerId int64
ClusterId int64 // 集群ID
NodeId int64 // 节点ID
ServerId int64 // 服务ID
}