mirror of
https://github.com/tavenli/port-forward.git
synced 2024-04-21 12:42:13 +00:00
11 lines
184 B
Go
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) {
|
|
|
|
} |