(token string)
| 36 | UpdateApplication(app *model.Application) error |
| 37 | GetApplicationsByUser(userID uint) ([]*model.Application, error) |
| 38 | GetApplicationByToken(token string) (*model.Application, error) |
| 39 | } |
| 40 | |
| 41 | // Notifier notifies when a new message was created. |
nothing calls this directly
no outgoing calls
no test coverage detected