// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud . package agents type AgentIP struct { Id int64 `json:"id"` IP string `json:"ip"` AgentCode string `json:"agentCode"` }