From 9af29dced481b92141081a9ad131c011558d2709 Mon Sep 17 00:00:00 2001 From: Daniel Isaac Khan Ramiro Date: Sun, 23 Sep 2018 13:36:27 -0700 Subject: [PATCH] add comment to clientOpenAPIStub struct --- openapi/openapi_client_stub.go | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi/openapi_client_stub.go b/openapi/openapi_client_stub.go index 5f585aa23..bf78145ab 100644 --- a/openapi/openapi_client_stub.go +++ b/openapi/openapi_client_stub.go @@ -6,6 +6,7 @@ import ( "strings" ) +// clientOpenAPIStub is a stubbed client used for testing purposes that implements the ClientOpenAPI interface type clientOpenAPIStub struct { responsePayload map[string]interface{} error error