github.com/AngusLu/go-swagger@v0.28.0/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 }