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

Method CreatePluginConf

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

Source from the content-addressed store, hash-verified

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
31 CreateMessage(message *model.Message) error

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls