| 1259 | } |
| 1260 | |
| 1261 | type fakeTailnetConn struct { |
| 1262 | peersLostCh chan struct{} |
| 1263 | } |
| 1264 | |
| 1265 | func (*fakeTailnetConn) UpdatePeers([]*proto.CoordinateResponse_PeerUpdate) error { |
| 1266 | // TODO implement me |
nothing calls this directly
no outgoing calls
no test coverage detected