Skip to content

Commit da19f5e

Browse files
authored
Merge pull request #464 from nonotest/patch-1
change feed response added missed `type` field
2 parents 04a8497 + 9aec2c4 commit da19f5e

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)