Events returns the event channel shared by all strategies and RAG operations for this manager.
()
| 518 | |
| 519 | // Events returns the event channel shared by all strategies and RAG operations for this manager. |
| 520 | func (m *Manager) Events() <-chan types.Event { |
| 521 | return m.events |
| 522 | } |
| 523 | |
| 524 | // Close closes the manager and releases resources |
| 525 | func (m *Manager) Close() error { |
no outgoing calls
no test coverage detected