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

Method GetApplicationByToken

api/message.go:27–27  ·  view source on GitHub ↗
(token string)

Source from the content-addressed store, hash-verified

25 DeleteMessagesByApplication(applicationID uint) error
26 CreateMessage(message *model.Message) error
27 GetApplicationByToken(token string) (*model.Application, error)
28}
29
30var timeNow = time.Now

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls