services/rfq/contracts/fastbridge/parser.go
Method parserImpl.ParseEvent
has 13 return statements (exceeds 4 allowed). Open
Open
func (p parserImpl) ParseEvent(log ethTypes.Log) (_ EventType, event interface{}, ok bool) {
// return an unknown event to avoid cases where user failed to check the event type
// make it high enough to make it obvious (we start iotas at +1, see uber style guide for details)
noOpEvent := EventType(len(topicMap()) + 2)