MCPcopy
hub / github.com/gotify/server / GetPluginConfByApplicationID

Method GetPluginConfByApplicationID

plugin/manager.go:29–29  ·  view source on GitHub ↗
(appid uint)

Source from the content-addressed store, hash-verified

27 GetPluginConfByUserAndPath(userid uint, path string) (*model.PluginConf, error)
28 CreatePluginConf(p *model.PluginConf) error
29 GetPluginConfByApplicationID(appid uint) (*model.PluginConf, error)
30 UpdatePluginConf(p *model.PluginConf) error
31 CreateMessage(message *model.Message) error
32 GetPluginConfByID(id uint) (*model.PluginConf, error)

Callers 2

initializeForUserMethod · 0.65
TestPluginConfMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 1

TestPluginConfMethod · 0.52