(ctx context.Context, req *PerformInboundPeekRequest, res *PerformInboundPeekResponse)
| 184 | QueryRoomsForUser(ctx context.Context, req *QueryRoomsForUserRequest, res *QueryRoomsForUserResponse) error |
| 185 | QueryRestrictedJoinAllowed(ctx context.Context, req *QueryRestrictedJoinAllowedRequest, res *QueryRestrictedJoinAllowedResponse) error |
| 186 | PerformInboundPeek(ctx context.Context, req *PerformInboundPeekRequest, res *PerformInboundPeekResponse) error |
| 187 | PerformInvite(ctx context.Context, req *PerformInviteRequest, res *PerformInviteResponse) error |
| 188 | // Query a given amount (or less) of events prior to a given set of events. |
| 189 | PerformBackfill(ctx context.Context, req *PerformBackfillRequest, res *PerformBackfillResponse) error |
no outgoing calls
no test coverage detected