1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-08 22:34:21 -04:00
v2fly/app/proxyman/outbound/mux.go
2017-02-07 21:11:47 +01:00

9 lines
113 B
Go

package outbound
import "v2ray.com/core/proxy"
type mux struct {
proxy proxy.Outbound
dialer proxy.Dialer
}