1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-09 02:02:41 +08:00
Files
WireGold/gold/head/nat.go
2024-07-14 22:26:44 +09:00

8 lines
154 B
Go

package head
// Notify 是 map[peerip]{network, endpoint}
type Notify = map[string][2]string
// Query 是 peerips 组成的数组
type Query = []string