Skip to content

Commit

Permalink
add comment to clientOpenAPIStub struct
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhan committed Sep 23, 2018
1 parent 3725da2 commit 9af29dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi/openapi_client_stub.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9af29dc

Please sign in to comment.