Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Oenning <marcel.oenning@sap.com>
  • Loading branch information
moenning committed Aug 25, 2021
1 parent bf99f1a commit c57b290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_response.go
Expand Up @@ -27,7 +27,7 @@ type ClientResponse interface {
Code() int
Message() string
GetHeader(string) string
GetHeaders(string) string
GetHeaders(string) []string
Body() io.ReadCloser
}

Expand Down

0 comments on commit c57b290

Please sign in to comment.