Files
2020-12-01 21:19:37 +08:00

11 lines
184 B
Go

package Service
import "forward-core/Models"
type MagicServer struct {
UseUDP bool
}
func (_self *MagicServer) StartMagicService(netAddr string, result chan Models.FuncResult) {
}