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

6 lines
69 B
Go

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