()
| 25 | } |
| 26 | |
| 27 | func (this *EventProcessor) GetLogger() *log.Logger { |
| 28 | return this.logger |
| 29 | } |
| 30 | |
| 31 | func (this *EventProcessor) init() { |
| 32 | this.incoming = make(chan event.IEventStruct, MAX_INCOMING_CHAN_LEN) |
no outgoing calls
no test coverage detected