mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-08 17:43:07 +00:00
10 lines
109 B
Go
10 lines
109 B
Go
![]() |
package net
|
||
|
|
||
|
type VMessHandler struct {
|
||
|
|
||
|
}
|
||
|
|
||
|
func (*VMessHandler) Listen(port uint8) error {
|
||
|
return nil
|
||
|
}
|