Updates implements the Task.Updates function and returns a channel of updates to log to the sink.
()
| 49 | // Updates implements the Task.Updates function and returns a channel of updates |
| 50 | // to log to the sink. |
| 51 | func (l *ListTask) Updates() <-chan *Update { return l.ch } |
no outgoing calls