Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 224 Bytes

File metadata and controls

7 lines (4 loc) · 224 Bytes

consumer

事件消费者,负责从系统中获取事件。

客户端如果想监听系统中事件,可以通过使用消费者模块提供的方法进行。

主要代码在 consumer.go