()
| 43 | SelectExpiredEDUs(ctx context.Context, txn *sql.Tx, expiredBefore gomatrixserverlib.Timestamp) ([]int64, error) |
| 44 | DeleteExpiredEDUs(ctx context.Context, txn *sql.Tx, expiredBefore gomatrixserverlib.Timestamp) error |
| 45 | Prepare() error |
| 46 | } |
| 47 | |
| 48 | type FederationQueueJSON interface { |
no outgoing calls