mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
10 lines
134 B
Go
10 lines
134 B
Go
package outbound
|
|
|
|
import (
|
|
"github.com/v2ray/v2ray-core/common/protocol"
|
|
)
|
|
|
|
type Config struct {
|
|
Receivers []*protocol.ServerSpec
|
|
}
|