Skip to content

Commit

Permalink
Add ResultInfo to RawResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
adampurser-zendesk committed Nov 28, 2023
1 parent 1bb3c55 commit 6ce9d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudflare.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,8 @@ type ResultInfo struct {
// RawResponse keeps the result as JSON form.
type RawResponse struct {
Response
Result json.RawMessage `json:"result"`
Result json.RawMessage `json:"result"`
ResultInfo *ResultInfo `json:"result_info,omitempty"`
}

// Raw makes a HTTP request with user provided params and returns the
Expand Down

0 comments on commit 6ce9d88

Please sign in to comment.