Skip to content

Commit

Permalink
also change the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
moenning committed Aug 24, 2021
1 parent 283a918 commit 4410cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client_response.go
Expand Up @@ -27,6 +27,7 @@ type ClientResponse interface {
Code() int
Message() string
GetHeader(string) string
GetHeaders(string) string
Body() io.ReadCloser
}

Expand Down

0 comments on commit 4410cb0

Please sign in to comment.