StoreFunc defines the function signature for storing transactions.
func(ctx context.Context, uploadID string, txn model.ExternalTransaction) error
| 40 | |
| 41 | // StoreFunc defines the function signature for storing transactions. |
| 42 | type StoreFunc func(ctx context.Context, uploadID string, txn model.ExternalTransaction) error |
| 43 | |
| 44 | // Configuration constants for performance tuning |
| 45 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected