GetAllPlugins returns all loaded plugins.
()
| 141 | |
| 142 | // GetAllPlugins returns all loaded plugins. |
| 143 | func (m *Manager) GetAllPlugins() map[string]*LoadedPlugin { |
| 144 | return m.plugins |
| 145 | } |
| 146 | |
| 147 | // Shutdown closes all plugin connections. |
| 148 | func (m *Manager) Shutdown() { |
no outgoing calls
no test coverage detected