mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-22 11:30:31 +08:00
完善路由表
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package head
|
||||
|
||||
// Notify 是 map[peerip]endpoint
|
||||
type Notify map[string]string
|
||||
type Notify = map[string]string
|
||||
|
||||
// Query 是 peerips 组成的数组
|
||||
type Query []string
|
||||
type Query = []string
|
||||
|
||||
Reference in New Issue
Block a user