1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 18:00:43 +00: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
}