MCPcopy Create free account
hub / github.com/docker/model-test / InitialCartItem

Struct InitialCartItem

models/test_case.go:19–22  ·  view source on GitHub ↗

InitialCartItem represents an item in the initial cart state

Source from the content-addressed store, hash-verified

17
18// InitialCartItem represents an item in the initial cart state
19type InitialCartItem struct {
20 ProductName string `json:"product_name"`
21 Quantity int `json:"quantity"`
22}
23
24// ExpectedToolPath represents one valid execution path
25type ExpectedToolPath struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected