mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-12 05:22:26 +08:00
init commit
This commit is contained in:
9
wind/entity/service.go
Normal file
9
wind/entity/service.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package entity
|
||||
|
||||
import "sync"
|
||||
|
||||
// 服务列表
|
||||
type AddressMap struct {
|
||||
Map map[string][]string
|
||||
Lock sync.RWMutex
|
||||
}
|
||||
Reference in New Issue
Block a user