1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00

10 lines
134 B
Go
Raw Normal View History

2015-12-07 19:32:38 +00:00
package outbound
2016-07-25 16:48:09 +02:00
import (
"github.com/v2ray/v2ray-core/common/protocol"
)
type Config struct {
2016-07-25 16:48:09 +02:00
Receivers []*protocol.ServerSpec
2015-12-07 19:32:38 +00:00
}