Explorar el Código

added function stub for UnixReceiverHandler Instancer

Shelikhoo hace 7 años
padre
commit
5e0ed59599
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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() {