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

Method GetPluginConfByID

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

Source from the content-addressed store, hash-verified

19 GetPluginConfByUser(userid uint) ([]*model.PluginConf, error)
20 UpdatePluginConf(p *model.PluginConf) error
21 GetPluginConfByID(id uint) (*model.PluginConf, error)
22}
23
24// The PluginAPI provides handlers for managing plugins.

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls