ocibuilder / gofeas

Gofeas is a working Go client for Grafeas
Apache License 2.0
4 stars 0 forks source link

update return types to something that makes more sense #2

Open artbegolli opened 4 years ago

artbegolli commented 4 years ago

Currently the http response is being read in the client and constructing a struct to return. This is a bad model - let the user deal with the response themselves and simply wrap the response body.