MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / ReconciliationProgress

Struct ReconciliationProgress

model/reconciliation_model.go:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type ReconciliationProgress struct {
51 LastProcessedExternalTxnID string `json:"last_processed_external_txn_id"`
52 ProcessedCount int `json:"processed_count"`
53}
54
55type ReconciliationResults struct {
56 ReconciliationID string `json:"reconciliation_id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected