v2ray-core/proxy/vmess/outbound/config.go

6 lines
69 B
Go
Raw Normal View History

2015-12-07 19:32:38 +00:00
package outbound
type Config interface {
Receivers() []*Receiver
}