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

10 lines
134 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 (
"github.com/v2ray/v2ray-core/common/protocol"
)
type Config struct {
2016-07-25 10:48:09 -04:00
Receivers []*protocol.ServerSpec
2015-12-07 14:32:38 -05:00
}