We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04a8497 + 9aec2c4 commit da19f5eCopy full SHA for da19f5e
query.go
@@ -293,6 +293,7 @@ type ChangeResponse struct {
293
OldValue interface{} `rethinkdb:"old_val,omitempty"`
294
State string `rethinkdb:"state,omitempty"`
295
Error string `rethinkdb:"error,omitempty"`
296
+ Type string `rethinkdb:"type,omitempty"`
297
}
298
299
// RunOpts contains the optional arguments for the Run function.
0 commit comments