Files
EdgeNode/internal/utils/agents/agent_ip.go

10 lines
244 B
Go
Raw Permalink Normal View History

2024-07-27 15:42:50 +08:00
// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
2022-12-22 11:38:59 +08:00
package agents
type AgentIP struct {
2024-03-31 15:05:07 +08:00
Id int64 `json:"id"`
IP string `json:"ip"`
AgentCode string `json:"agentCode"`
2022-12-22 11:38:59 +08:00
}