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

Interface MessageHandler

plugin/compat/instance.go:74–77  ·  view source on GitHub ↗

MessageHandler see plugin.MessageHandler.

Source from the content-addressed store, hash-verified

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

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

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…