소스 검색

added function stub for UnixReceiverHandler Instancer

Shelikhoo 7 년 전
부모
커밋
5e0ed59599
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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() {