| 65 | } |
| 66 | |
| 67 | type fakeConn struct { |
| 68 | state tailnet.WorkspaceUpdate |
| 69 | returnPing chan struct{} |
| 70 | hsTime time.Time |
| 71 | closed chan struct{} |
| 72 | doClose sync.Once |
| 73 | } |
| 74 | |
| 75 | func (*fakeConn) DERPMap() *tailcfg.DERPMap { |
| 76 | return &tailcfg.DERPMap{ |
nothing calls this directly
no outgoing calls
no test coverage detected