noopEmitter is a no-op implementation of Emitter for when no emitter is provided.
| 44 | |
| 45 | // noopEmitter is a no-op implementation of Emitter for when no emitter is provided. |
| 46 | type noopEmitter struct{} |
| 47 | |
| 48 | func (noopEmitter) EmitMessages([]st.ConversationMessage) {} |
| 49 | func (noopEmitter) EmitStatus(st.ConversationStatus) {} |
nothing calls this directly
no outgoing calls
no test coverage detected