(userID uint, message *model.MessageExternal)
| 41 | // Notifier notifies when a new message was created. |
| 42 | type Notifier interface { |
| 43 | Notify(userID uint, message *model.MessageExternal) |
| 44 | } |
| 45 | |
| 46 | // Manager is an encapsulating layer for plugins and manages all plugins and its instances. |
nothing calls this directly
no outgoing calls
no test coverage detected