| 48 | } |
| 49 | |
| 50 | type ReconciliationProgress struct { |
| 51 | LastProcessedExternalTxnID string `json:"last_processed_external_txn_id"` |
| 52 | ProcessedCount int `json:"processed_count"` |
| 53 | } |
| 54 | |
| 55 | type ReconciliationResults struct { |
| 56 | ReconciliationID string `json:"reconciliation_id"` |
nothing calls this directly
no outgoing calls
no test coverage detected