EventEmitterFunc 事件发送函数类型 中间件可以通过此函数发送事件到 EventBus
func(event types.EventType)
| 17 | // EventEmitterFunc 事件发送函数类型 |
| 18 | // 中间件可以通过此函数发送事件到 EventBus |
| 19 | type EventEmitterFunc func(event types.EventType) |
| 20 | |
| 21 | // ModelRequest 模型请求 |
| 22 | type ModelRequest struct { |