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

Method GetPluginConfByUserAndPath

plugin/manager.go:27–27  ·  view source on GitHub ↗
(userid uint, path string)

Source from the content-addressed store, hash-verified

25type Database interface {
26 GetUsers() ([]*model.User, error)
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

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls