| 432 | } |
| 433 | |
| 434 | type fakeResumeTokenController struct { |
| 435 | ctx context.Context |
| 436 | t testing.TB |
| 437 | tokenCalls chan chan tokenResponse |
| 438 | } |
| 439 | |
| 440 | func (*fakeResumeTokenController) New(tailnet.ResumeTokenClient) tailnet.CloserWaiter { |
| 441 | panic("not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected