EmitControl 发送Control事件
(event any)
| 284 | |
| 285 | // EmitControl 发送Control事件 |
| 286 | func (eb *EventBus) EmitControl(event any) types.AgentEventEnvelope { |
| 287 | return eb.emit(types.ChannelControl, event) |
| 288 | } |
| 289 | |
| 290 | // EmitMonitor 发送Monitor事件 |
| 291 | func (eb *EventBus) EmitMonitor(event any) types.AgentEventEnvelope { |
no test coverage detected