(eventType string)
| 166 | } |
| 167 | |
| 168 | func QueryForEvent(eventType string) tmpubsub.Query { |
| 169 | return tmquery.MustParse(fmt.Sprintf("%s='%s'", EventTypeKey, eventType)) |
| 170 | } |
| 171 | |
| 172 | // BlockEventPublisher publishes all block related events |
| 173 | type BlockEventPublisher interface { |
no outgoing calls