mirror of https://github.com/v2ray/v2ray-core
10 lines
109 B
Go
10 lines
109 B
Go
![]() |
package net
|
||
|
|
||
|
type VMessHandler struct {
|
||
|
|
||
|
}
|
||
|
|
||
|
func (*VMessHandler) Listen(port uint8) error {
|
||
|
return nil
|
||
|
}
|