github.com/jamescostian/go-swagger@v0.30.4-0.20221130163922-68364d6b567b/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  }