| 1540 | } |
| 1541 | |
| 1542 | type fakeUpdateHandler struct { |
| 1543 | ctx context.Context |
| 1544 | t testing.TB |
| 1545 | ch chan tailnet.WorkspaceUpdate |
| 1546 | } |
| 1547 | |
| 1548 | func (f *fakeUpdateHandler) Update(wu tailnet.WorkspaceUpdate) error { |
| 1549 | f.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected