Watch watches relation tuple changes from the storage.
(ctx context.Context, tenantID, snap string)
| 210 | type Watcher interface { |
| 211 | // Watch watches relation tuple changes from the storage. |
| 212 | Watch(ctx context.Context, tenantID, snap string) (<-chan *base.DataChanges, <-chan error) |
| 213 | } |
| 214 | |
| 215 | type NoopWatcher struct{} |
no outgoing calls
no test coverage detected