(token string)
| 31 | CreateMessage(message *model.Message) error |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected