mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-02 14:31:53 +08:00
节点日志增加服务ID、是否修复等字段
This commit is contained in:
@@ -13,6 +13,7 @@ type NodeLog struct {
|
||||
ServerId uint32 `field:"serverId"` // 服务ID
|
||||
Hash string `field:"hash"` // 信息内容Hash
|
||||
Count uint32 `field:"count"` // 重复次数
|
||||
IsFixed uint8 `field:"isFixed"` // 是否已处理
|
||||
}
|
||||
|
||||
type NodeLogOperator struct {
|
||||
@@ -27,6 +28,7 @@ type NodeLogOperator struct {
|
||||
ServerId interface{} // 服务ID
|
||||
Hash interface{} // 信息内容Hash
|
||||
Count interface{} // 重复次数
|
||||
IsFixed interface{} // 是否已处理
|
||||
}
|
||||
|
||||
func NewNodeLogOperator() *NodeLogOperator {
|
||||
|
||||
Reference in New Issue
Block a user