mirror of https://github.com/v2ray/v2ray-core
6 lines
69 B
Go
6 lines
69 B
Go
|
package outbound
|
||
|
|
||
|
type Config interface {
|
||
|
Receivers() []*Receiver
|
||
|
}
|