v2fly/net/vmesshandler.go

10 lines
109 B
Go

package net
type VMessHandler struct {
}
func (*VMessHandler) Listen(port uint8) error {
return nil
}