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

Method SetMessageHandler

plugin/testing/mock/mock.go:95–97  ·  view source on GitHub ↗

SetMessageHandler implements compat.Messenger

(h compat.MessageHandler)

Source from the content-addressed store, hash-verified

93
94// SetMessageHandler implements compat.Messenger
95func (c *PluginInstance) SetMessageHandler(h compat.MessageHandler) {
96 c.messageHandler = h
97}
98
99// SetStorageHandler implements compat.Storager
100func (c *PluginInstance) SetStorageHandler(handler compat.StorageHandler) {

Callers

nothing calls this directly

Implementers 2

PluginV1Instanceplugin/compat/v1.go
PluginInstanceplugin/testing/mock/mock.go

Calls

no outgoing calls

Tested by

no test coverage detected