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

Method UpdatePluginConf

plugin/manager.go:30–30  ·  view source on GitHub ↗
(p *model.PluginConf)

Source from the content-addressed store, hash-verified

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)
33 GetPluginConfByToken(token string) (*model.PluginConf, error)

Callers 6

SaveMethod · 0.65
SetPluginEnabledMethod · 0.65
TestRequirePluginEnabledFunction · 0.65
TestPluginConfMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 2

TestRequirePluginEnabledFunction · 0.52
TestPluginConfMethod · 0.52