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

Struct CheckoutResult

models/chat.go:86–92  ·  view source on GitHub ↗

CheckoutResult represents the result of a checkout operation

Source from the content-addressed store, hash-verified

84
85// CheckoutResult represents the result of a checkout operation
86type CheckoutResult struct {
87 Success bool `json:"success"`
88 OrderID string `json:"order_id,omitempty"`
89 Total float64 `json:"total"`
90 Message string `json:"message"`
91 Timestamp time.Time `json:"timestamp"`
92}
93
94// AgentTestResult represents the result of testing the agent loop
95type AgentTestResult struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected