Skip to content

Commit 9aec2c4

Browse files
authored
Update query.go
Adds Type field. Tested on my project without any obvious issue...
1 parent 04a8497 commit 9aec2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

query.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ type ChangeResponse struct {
293293
OldValue interface{} `rethinkdb:"old_val,omitempty"`
294294
State string `rethinkdb:"state,omitempty"`
295295
Error string `rethinkdb:"error,omitempty"`
296+
Type string `rethinkdb:"type,omitempty"`
296297
}
297298

298299
// RunOpts contains the optional arguments for the Run function.

0 commit comments

Comments
 (0)