Implementation for Watch
| 1041 | |
| 1042 | // Implementation for Watch |
| 1043 | type objWatcher struct { |
| 1044 | updates chan *ObjectInfo |
| 1045 | sub *Subscription |
| 1046 | } |
| 1047 | |
| 1048 | // Updates returns the interior channel. |
| 1049 | func (w *objWatcher) Updates() <-chan *ObjectInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected