ResultChan implements Interface.
()
| 273 | |
| 274 | // ResultChan implements Interface. |
| 275 | func (rw *RetryWatcher) ResultChan() <-chan watch.Event { |
| 276 | return rw.resultChan |
| 277 | } |
| 278 | |
| 279 | // Stop implements Interface. |
| 280 | func (rw *RetryWatcher) Stop() { |
no outgoing calls