1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-18 02:16:10 -05:00
v2fly/proxy/vmess/outbound/config.go

10 lines
121 B
Go
Raw Normal View History

2015-12-07 14:32:38 -05:00
package outbound
2016-07-25 10:48:09 -04:00
import (
2016-08-20 14:55:45 -04:00
"v2ray.com/core/common/protocol"
2016-07-25 10:48:09 -04:00
)
type Config struct {
2016-07-25 10:48:09 -04:00
Receivers []*protocol.ServerSpec
2015-12-07 14:32:38 -05:00
}