Newer
Older
/*
* ETSI14REST
*
* OpenAPI definition of ETSI GS QKD 014 Standard.
*
* API version: 0.0.1
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package etsi14
// ImplResponse defines an implementation response with error code and the associated body.
type ImplResponse struct {
Code int
Body interface{}
}