(h UpdatesHandler)
| 1462 | } |
| 1463 | |
| 1464 | func WithHandler(h UpdatesHandler) TunnelAllOption { |
| 1465 | return func(t *TunnelAllWorkspaceUpdatesController) { |
| 1466 | t.updateHandler = h |
| 1467 | } |
| 1468 | } |
| 1469 | |
| 1470 | // NewTunnelAllWorkspaceUpdatesController creates a WorkspaceUpdatesController that creates tunnels |
| 1471 | // (via the TunnelSrcCoordController) to all agents received over the WorkspaceUpdates RPC. If a |
no outgoing calls