createTransactionProcessor creates a new transaction processor for the reconciliation. Parameters: - reconciliation: The reconciliation object representing the current process. - progress: The current progress of the reconciliation. - reconciler: The reconciler function to apply. Returns: - *transac
(reconciliation model.Reconciliation, progress model.ReconciliationProgress, reconciler func(ctx context.Context, txns []*model.Transaction) ([]model.Match, []string))
source not stored for this graph (policy: none)
no test coverage detected