Implementation for Watch
| 1254 | |
| 1255 | // Implementation for Watch |
| 1256 | type objWatcher struct { |
| 1257 | updates chan *ObjectInfo |
| 1258 | sub *nats.Subscription |
| 1259 | } |
| 1260 | |
| 1261 | // Updates returns the interior channel. |
| 1262 | func (w *objWatcher) Updates() <-chan *ObjectInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected