mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-17 09:56:18 -05:00
9 lines
113 B
Go
9 lines
113 B
Go
|
package outbound
|
||
|
|
||
|
import "v2ray.com/core/proxy"
|
||
|
|
||
|
type mux struct {
|
||
|
proxy proxy.Outbound
|
||
|
dialer proxy.Dialer
|
||
|
}
|