(id uint)
| 32 | GetPluginConfByID(id uint) (*model.PluginConf, error) |
| 33 | GetPluginConfByToken(token string) (*model.PluginConf, error) |
| 34 | GetUserByID(id uint) (*model.User, error) |
| 35 | CreateApplication(application *model.Application) error |
| 36 | UpdateApplication(app *model.Application) error |
| 37 | GetApplicationsByUser(userID uint) ([]*model.Application, error) |
no outgoing calls
no test coverage detected