1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-22 05:04:21 -04:00
v2fly/app/proxyman/outbound/mux.go

9 lines
113 B
Go
Raw Normal View History

2017-02-07 15:11:47 -05:00
package outbound
import "v2ray.com/core/proxy"
type mux struct {
proxy proxy.Outbound
dialer proxy.Dialer
}