Skip to content
Snippets Groups Projects
impl.go 334 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * ETSI14REST
     *
     * OpenAPI definition of ETSI GS QKD 014 Standard.
     *
     * API version: 0.0.1
     * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     */
    
    package etsi14
    
    
    Neil-Jocelyn Schark's avatar
    Neil-Jocelyn Schark committed
    // ImplResponse defines an implementation response with error code and the associated body.
    
    type ImplResponse struct {
    	Code int
    	Body interface{}
    }