Skip to content

Commit

Permalink
Update go client docstring (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos authored May 16, 2024
1 parent 61473bf commit d8ffec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go_templates/client.vm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (c *Client) getMsgpack(ctx context.Context, response interface{}, path stri
return (*common.Client)(c).GetRawMsgpack(ctx, response, path, body, headers)
}

// getMsgpack performs a GET request to the specific path against the server, assumes msgpack response
// getRaw performs a GET request to the specific path against the server, returning the raw response bytes
func (c *Client) getRaw(ctx context.Context, path string, body interface{}, headers []*common.Header) ([]byte, error) {
return (*common.Client)(c).GetRaw(ctx, path, body, headers)
}
Expand Down

0 comments on commit d8ffec2

Please sign in to comment.