mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-11 04:06:14 +08:00
8 lines
105 B
Go
8 lines
105 B
Go
package head
|
|
|
|
// map[peerip]endpoint
|
|
type Notify map[string]string
|
|
|
|
// peerips array
|
|
type Query []string
|