1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-11 04:06:14 +08:00
Files
WireGold/gold/head/nat.go
2021-10-25 01:01:22 +08:00

8 lines
105 B
Go

package head
// map[peerip]endpoint
type Notify map[string]string
// peerips array
type Query []string