Notifier notifies when a new message was created.
| 40 | |
| 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. |
| 47 | type Manager struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…