Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ SendMessage
Method
SendMessage
plugin/compat/instance.go:76–76 ·
view source on GitHub ↗
SendMessage see plugin.MessageHandler
(msg Message)
Source
from the content-addressed store, hash-verified
74
type
MessageHandler
interface
{
75
// SendMessage see plugin.MessageHandler
76
SendMessage(msg Message) error
77
}
78
79
// StorageHandler see plugin.StorageHandler.
Callers
6
RegisterWebhook
Method · 0.65
Enable
Method · 0.65
TestMessenger_sendMessageWithExtras
Method · 0.65
TestMessenger_sendMessageWithoutExtras
Method · 0.65
SendMessage
Method · 0.65
TriggerMessage
Method · 0.65
Implementers
3
redirectToChannel
plugin/messagehandler.go
v1MessengerHandler
plugin/compat/v1_test.go
PluginV1MessageHandler
plugin/compat/v1.go
Calls
no outgoing calls
Tested by
2
TestMessenger_sendMessageWithExtras
Method · 0.52
TestMessenger_sendMessageWithoutExtras
Method · 0.52