1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-07 08:50:25 +08:00
Files
WireGold/gold/head/nat.go
2021-10-25 21:35:51 +08:00

8 lines
140 B
Go

package head
// Notify 是 map[peerip]endpoint
type Notify = map[string]string
// Query 是 peerips 组成的数组
type Query = []string