(id uint)
| 20 | GetApplicationByID(id uint) (*model.Application, error) |
| 21 | GetMessagesByUserSince(userID uint, limit int, since uint) ([]*model.Message, error) |
| 22 | DeleteMessageByID(id uint) error |
| 23 | GetMessageByID(id uint) (*model.Message, error) |
| 24 | DeleteMessagesByUser(userID uint) error |
| 25 | DeleteMessagesByApplication(applicationID uint) error |
no outgoing calls