MCPcopy Index your code
hub / github.com/gotify/server / CreateMessage

Method CreateMessage

plugin/manager.go:31–31  ·  view source on GitHub ↗
(message *model.Message)

Source from the content-addressed store, hash-verified

29 GetPluginConfByApplicationID(appid uint) (*model.PluginConf, error)
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)

Callers 6

NewManagerFunction · 0.65
TestMessageMethod · 0.65
TestGetMessagesSinceMethod · 0.65
NewMessageMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls