diff --git a/go_templates/client.vm b/go_templates/client.vm index 4488354..6bbbf30 100644 --- a/go_templates/client.vm +++ b/go_templates/client.vm @@ -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) }