mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-15 08:53:47 +00:00
19 lines
451 B
Go
19 lines
451 B
Go
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
|
|
|
/*
|
|
* optional body
|
|
*
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* API version: 1.0.1
|
|
*/
|
|
|
|
package petstoreserver
|
|
|
|
// ImplResponse defines an implementation response with error code and the associated body
|
|
type ImplResponse struct {
|
|
Code int
|
|
Headers map[string][]string
|
|
Body interface{}
|
|
}
|