Agent识别库增加KV存储

This commit is contained in:
GoEdgeLab
2024-03-31 15:05:07 +08:00
parent 1a74bcd76c
commit e2c9839761
9 changed files with 374 additions and 171 deletions

View File

@@ -3,7 +3,7 @@
package agents
type AgentIP struct {
Id int64
IP string
AgentCode string
Id int64 `json:"id"`
IP string `json:"ip"`
AgentCode string `json:"agentCode"`
}