Add some acquaintance network interface

This commit is contained in:
link
2022-03-11 18:01:09 +08:00
parent 9213f9e379
commit 892cd99eb3
13 changed files with 431 additions and 80 deletions

View File

@@ -33,7 +33,8 @@ func init() {
service.MyService = service.NewService(sqliteDB, loger2.NewOLoger())
service.Cache = cache.Init()
//go service.UDPConnect([]string{})
//go service.SocketConnect()
go service.SocketConnect()
//go service.UDPService()
route.InitFunction()
}