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

Struct ProductService

services/product_service.go:9–11  ·  view source on GitHub ↗

ProductService handles product search and catalog operations

Source from the content-addressed store, hash-verified

7
8// ProductService handles product search and catalog operations
9type ProductService struct {
10 products []models.Product
11}
12
13// NewProductService creates a new product service with mock data
14func NewProductService() *ProductService {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected