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

Method UpdatePluginConf

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

Source from the content-addressed store, hash-verified

18type PluginDatabase interface {
19 GetPluginConfByUser(userid uint) ([]*model.PluginConf, error)
20 UpdatePluginConf(p *model.PluginConf) error
21 GetPluginConfByID(id uint) (*model.PluginConf, error)
22}
23

Callers 1

UpdateConfigMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by

no test coverage detected