version up!?

This commit is contained in:
snoop 2017-06-27 16:43:09 +09:00
parent 97040e02b9
commit b910a80281

View File

@ -88,6 +88,7 @@ func RegisterOverflowGatewayHandler(ctx context.Context, mux *runtime.ServeMux,
rctx, err := runtime.AnnotateContext(ctx, mux, req)
if err != nil {
runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err)
return
}
resp, md, err := request_OverflowGateway_ExecServices_0(rctx, inboundMarshaler, client, req, pathParams)
ctx = runtime.NewServerMetadataContext(ctx, md)