Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
var
timeNow = time.Now
Callers
6
TestNewManager_InternalApplicationManagement
Function · 0.65
applicationExists
Method · 0.65
TestDeleteUserDeletesApplicationsAndClientsAndPluginConfs
Method · 0.65
TestApplication
Method · 0.65
TestMigration
Method · 0.65
CreateMessage
Method · 0.65
Implementers
1
GormDatabase
database/database.go
Calls
no outgoing calls
Tested by
4
TestNewManager_InternalApplicationManagement
Function · 0.52
TestDeleteUserDeletesApplicationsAndClientsAndPluginConfs
Method · 0.52
TestApplication
Method · 0.52
TestMigration
Method · 0.52