17 lines
406 B
Go
17 lines
406 B
Go
|
/*
|
||
|
* Solidarity Mobility API
|
||
|
*
|
||
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||
|
*
|
||
|
* API version: 1.0.0
|
||
|
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
||
|
*/
|
||
|
|
||
|
package openapi
|
||
|
|
||
|
// ImplResponse defines an implementation response with error code and the associated body
|
||
|
type ImplResponse struct {
|
||
|
Code int
|
||
|
Body interface{}
|
||
|
}
|