1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-22 11:30:31 +08:00

完善路由表

This commit is contained in:
fumiama
2021-10-25 21:35:51 +08:00
parent 51b557f06f
commit 7cb3ef6488
5 changed files with 30 additions and 8 deletions

View File

@@ -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