1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00
v2fly/proxy/vmess/outbound/config.go
2015-12-07 19:32:38 +00:00

6 lines
69 B
Go

package outbound
type Config interface {
Receivers() []*Receiver
}