1
0

MagicServer.go 184 B

1234567891011
  1. package Service
  2. import "forward-core/Models"
  3. type MagicServer struct {
  4. UseUDP bool
  5. }
  6. func (_self *MagicServer) StartMagicService(netAddr string, result chan Models.FuncResult) {
  7. }
粤ICP备19079148号