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

10 lines
241 B
Go
Raw Normal View History

2024-05-17 18:30:33 +08:00
// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
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
}