(ctx context.Context, req *QueryBulkStateContentRequest, res *QueryBulkStateContentResponse)
| 51 | // QueryBulkStateContent does a bulk query for state event content in the given rooms. |
| 52 | type QueryBulkStateContentAPI interface { |
| 53 | QueryBulkStateContent(ctx context.Context, req *QueryBulkStateContentRequest, res *QueryBulkStateContentResponse) error |
| 54 | } |
| 55 | |
| 56 | type QueryEventsAPI interface { |
no outgoing calls
no test coverage detected