1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-05 18:49:14 -04:00
Files
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
}