Commit dc258a2d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 77843c09
...@@ -480,7 +480,7 @@ type EventError struct { ...@@ -480,7 +480,7 @@ type EventError struct {
// EventCommit is event describing one observed database commit. // EventCommit is event describing one observed database commit.
type EventCommit struct { type EventCommit struct {
Tid Tid // ID of committed transaction Tid Tid // ID of committed transaction
Changev []Oid // ID of objects changed by committed transaction Changev []Oid // ID of objects changed by committed transaction XXX -> Objects ?
} }
// Watcher allows to be notified of changes to database. // Watcher allows to be notified of changes to database.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment