(WorkspaceUpdate)
| 120 | // UpdatesHandler is anything that expects a stream of workspace update diffs. |
| 121 | type UpdatesHandler interface { |
| 122 | Update(WorkspaceUpdate) error |
| 123 | } |
| 124 | |
| 125 | // ControlProtocolClients represents an abstract interface to the tailnet control plane via a set |
no outgoing calls