(logger *log.Logger)
| 23 | } |
| 24 | |
| 25 | func (this *EventParser) SetLogger(logger *log.Logger) { |
| 26 | this.logger = logger |
| 27 | } |
| 28 | |
| 29 | func (this *EventParser) SetConf(mconf *config.ModuleConfig) { |
| 30 | this.mconf = mconf |
no outgoing calls
no test coverage detected