mirror of https://github.com/v2ray/v2ray-core
added function stub for UnixReceiverHandler Instancer
parent
7f34cbdaff
commit
5e0ed59599
|
@ -145,6 +145,7 @@ func NewHandler(ctx context.Context, config *core.InboundHandlerConfig) (core.In
|
||||||
|
|
||||||
func (m *Manager) asUnixReceiverConfig(ctx context.Context, config *core.InboundHandlerConfig) {
|
func (m *Manager) asUnixReceiverConfig(ctx context.Context, config *core.InboundHandlerConfig) {
|
||||||
|
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in New Issue