Explorar o código

added function stub for UnixReceiverHandler Instancer

Shelikhoo %!s(int64=7) %!d(string=hai) anos
pai
achega
5e0ed59599
Modificáronse 1 ficheiros con 1 adicións e 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() {