| 195 | } |
| 196 | |
| 197 | type ProgressEntryValidator interface { |
| 198 | Validate() error |
| 199 | IsFatalError() error |
| 200 | IsSummary() bool |
| 201 | } |
| 202 | |
| 203 | // processProgressOutput handles common JSON output processing logic with proper type safety |
| 204 | func processProgressOutput[T ProgressEntryValidator]( |
no outgoing calls
no test coverage detected