Errors returns the channel where errors are published.
()
| 335 | |
| 336 | // Errors returns the channel where errors are published. |
| 337 | func (e *EventSource) Errors() <-chan error { |
| 338 | return e.errs |
| 339 | } |
| 340 | |
| 341 | // Events returns the buffered event channel. |
| 342 | func (e *EventSource) Events() <-chan *event.Event { |
no outgoing calls