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

Method CreateMessage

api/message.go:26–26  ·  view source on GitHub ↗
(message *model.Message)

Source from the content-addressed store, hash-verified

24 DeleteMessagesByUser(userID uint) error
25 DeleteMessagesByApplication(applicationID uint) error
26 CreateMessage(message *model.Message) error
27 GetApplicationByToken(token string) (*model.Application, error)
28}
29

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls