1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04: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
}