fetchTransactions fetches transactions in batches and sends them to the jobs channel. It starts a tracing span, iterates through the transactions, and handles context cancellation and errors. Parameters: - ctx context.Context: The context for the operation. - parentTransactionID string: The ID of t
(ctx context.Context, parentTransactionID string, batchSize int, gt getTxns, jobs chan *model.Transaction, errChan chan error)
source not stored for this graph (policy: none)
no test coverage detected