MCPcopy Create free account
hub / github.com/docker/compose / AvailableModel

Struct AvailableModel

pkg/compose/model.go:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected