MCPcopy
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

74type MessageHandler interface {
75 // SendMessage see plugin.MessageHandler
76 SendMessage(msg Message) error
77}
78
79// StorageHandler see plugin.StorageHandler.

Callers 6

RegisterWebhookMethod · 0.65
EnableMethod · 0.65
SendMessageMethod · 0.65
TriggerMessageMethod · 0.65

Implementers 3

redirectToChannelplugin/messagehandler.go
v1MessengerHandlerplugin/compat/v1_test.go
PluginV1MessageHandlerplugin/compat/v1.go

Calls

no outgoing calls