MCPcopy Create free account
hub / github.com/gotify/server / GetApplicationByToken

Method GetApplicationByToken

plugin/manager.go:38–38  ·  view source on GitHub ↗
(token string)

Source from the content-addressed store, hash-verified

36 UpdateApplication(app *model.Application) error
37 GetApplicationsByUser(userID uint) ([]*model.Application, error)
38 GetApplicationByToken(token string) (*model.Application, error)
39}
40
41// Notifier notifies when a new message was created.

Callers

nothing calls this directly

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by

no test coverage detected