| 263 | } |
| 264 | |
| 265 | type AvailableModel struct { |
| 266 | Id string `json:"id"` |
| 267 | Tags []string `json:"tags"` |
| 268 | Created int `json:"created"` |
| 269 | } |
| 270 | |
| 271 | models := []AvailableModel{} |
| 272 | err = json.Unmarshal(output, &models) |
nothing calls this directly
no outgoing calls
no test coverage detected