github.com/ffalor/go-swagger@v0.0.0-20231011000038-9f25265ac351/fixtures/goparsing/product/responses.go (about)

     1  package product
     2  
     3  // swagger:response GetProductsResponse
     4  type GetProductsResponse struct {
     5  	// in:body
     6  	Body map[string]Product `json:"body"`
     7  }