Events returns the channel on which events from this subscription will be sent
()
| 113 | |
| 114 | // Events returns the channel on which events from this subscription will be sent |
| 115 | func (s *Subscription) Events() <-chan ari.Event { |
| 116 | return s.eventChan |
| 117 | } |
| 118 | |
| 119 | // Cancel destroys the subscription |
| 120 | func (s *Subscription) Cancel() { |
no outgoing calls
no test coverage detected