(application *model.Application)
| 23 | GetApplicationsByUser(userID uint) ([]*model.Application, error) |
| 24 | DeleteApplicationByID(id uint) error |
| 25 | UpdateApplication(application *model.Application) error |
| 26 | } |
| 27 | |
| 28 | // The ApplicationAPI provides handlers for managing applications. |
no outgoing calls