| 53 | } |
| 54 | |
| 55 | type testRoomserverAPI struct { |
| 56 | api.RoomserverInternalAPITrace |
| 57 | inputRoomEvents []api.InputRoomEvent |
| 58 | queryStateAfterEvents func(*api.QueryStateAfterEventsRequest) api.QueryStateAfterEventsResponse |
| 59 | queryEventsByID func(req *api.QueryEventsByIDRequest) api.QueryEventsByIDResponse |
| 60 | queryLatestEventsAndState func(*api.QueryLatestEventsAndStateRequest) api.QueryLatestEventsAndStateResponse |
| 61 | } |
| 62 | |
| 63 | func (t *testRoomserverAPI) InputRoomEvents( |
| 64 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected