(record ProviderModelStatusRecord)
| 167 | } |
| 168 | |
| 169 | func providerModelStatusBundle(record ProviderModelStatusRecord) outputBundle { |
| 170 | return providerModelSourceStatusBundle("Provider Model Status", "provider_model_status", record, record.Sources) |
| 171 | } |
| 172 | |
| 173 | func providerModelSourceStatusBundle( |
| 174 | humanTitle string, |
no test coverage detected