mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-08 01:24:57 +08:00
8 lines
154 B
Go
8 lines
154 B
Go
package head
|
|
|
|
// Notify 是 map[peerip]{network, endpoint}
|
|
type Notify = map[string][2]string
|
|
|
|
// Query 是 peerips 组成的数组
|
|
type Query = []string
|