Events returns the buffered event channel.
()
| 340 | |
| 341 | // Events returns the buffered event channel. |
| 342 | func (e *EventSource) Events() <-chan *event.Event { |
| 343 | return e.evts |
| 344 | } |
| 345 | |
| 346 | // SetFilter assigns the filter to each consumer. The filter is applied |
| 347 | // to every event captured by the consumer. If the filter expression |
no outgoing calls