Maint: package local narrow Logger interfaces
This commit is contained in:
@@ -38,7 +38,7 @@ func (l *Loop) Run(ctx context.Context, done chan<- struct{}) {
|
||||
portCh <- port
|
||||
|
||||
// Infinite loop
|
||||
err = startData.PortForwarder.KeepPortForward(ctx, l.client, l.logger,
|
||||
err = startData.PortForwarder.KeepPortForward(ctx, l.client,
|
||||
port, startData.Gateway, startData.ServerName)
|
||||
errorCh <- err
|
||||
}(pfCtx, startData)
|
||||
|
||||
Reference in New Issue
Block a user