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

Struct InitialCartState

models/test_case.go:14–16  ·  view source on GitHub ↗

InitialCartState represents the initial state of the cart for a test

Source from the content-addressed store, hash-verified

12
13// InitialCartState represents the initial state of the cart for a test
14type InitialCartState struct {
15 Items []InitialCartItem `json:"items"`
16}
17
18// InitialCartItem represents an item in the initial cart state
19type InitialCartItem struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected