Initial commit (code only without large binaries)
This commit is contained in:
9
EdgeDNS/internal/models/agent_ip.go
Normal file
9
EdgeDNS/internal/models/agent_ip.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
|
||||
package models
|
||||
|
||||
type AgentIP struct {
|
||||
Id int64
|
||||
IP string
|
||||
AgentCode string
|
||||
}
|
||||
Reference in New Issue
Block a user