CallbackOutput is passed to callbacks.OnEnd when batch processing completes.
| 102 | |
| 103 | // CallbackOutput is passed to callbacks.OnEnd when batch processing completes. |
| 104 | type CallbackOutput[O any] struct { |
| 105 | Outputs []O // All output results |
| 106 | } |
nothing calls this directly
no outgoing calls
no test coverage detected