Browse Source

added function stub for UnixReceiverHandler Instancer

Shelikhoo 7 năm trước cách đây
mục cha
commit
5e0ed59599
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/proxyman/inbound/inbound.go

+ 1 - 0
app/proxyman/inbound/inbound.go

@@ -145,6 +145,7 @@ func NewHandler(ctx context.Context, config *core.InboundHandlerConfig) (core.In
 
 func (m *Manager) asUnixReceiverConfig(ctx context.Context, config *core.InboundHandlerConfig) {
 
+	return
 }
 
 func init() {