| 393 | } |
| 394 | |
| 395 | type TunnelSrcCoordController struct { |
| 396 | *BasicCoordinationController |
| 397 | |
| 398 | mu sync.Mutex |
| 399 | dests map[uuid.UUID]struct{} |
| 400 | coordination *BasicCoordination |
| 401 | } |
| 402 | |
| 403 | // NewTunnelSrcCoordController creates a CoordinationController for peers that are exclusively |
| 404 | // tunnel sources (that is, they create tunnel --- Coder clients not workspaces). |
nothing calls this directly
no outgoing calls
no test coverage detected