mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-07 17:00:24 +08:00
8 lines
140 B
Go
8 lines
140 B
Go
package head
|
|
|
|
// Notify 是 map[peerip]endpoint
|
|
type Notify = map[string]string
|
|
|
|
// Query 是 peerips 组成的数组
|
|
type Query = []string
|