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

Method GetPluginConfByID

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

Source from the content-addressed store, hash-verified

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)
34 GetUserByID(id uint) (*model.User, error)
35 CreateApplication(application *model.Application) error

Callers 5

SaveMethod · 0.65
LoadMethod · 0.65
requirePluginEnabledFunction · 0.65
SetPluginEnabledMethod · 0.65
TestPluginConfMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 1

TestPluginConfMethod · 0.52