mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-13 06:50:25 +08:00
Agent识别库增加KV存储
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user