1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 02:35:23 +00:00
v2fly/proxy/vmess/outbound/config.go
2016-07-25 16:48:09 +02:00

10 lines
134 B
Go

package outbound
import (
"github.com/v2ray/v2ray-core/common/protocol"
)
type Config struct {
Receivers []*protocol.ServerSpec
}