1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-01 08:16:00 -04:00
v2fly/proxy/vmess/outbound/command.go

6 lines
86 B
Go
Raw Normal View History

package outbound
func handleCommand(command byte, data []byte) error {
return nil
}