一个topic 可以有多个消费者
| 11 | type HEventDataArray []HEventData //一个topic 可以有多个消费者 |
| 12 | |
| 13 | type HEventBus struct { |
| 14 | sub map[string]HEventDataArray |
| 15 | rm sync.RWMutex |
| 16 | } |
| 17 | |
| 18 | var h *HEventBus |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected