Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ v1MessengerHandler
Struct
v1MessengerHandler
plugin/compat/v1_test.go:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
type
v1MessengerHandler
struct
{
86
msgSent Message
87
}
88
89
func
(c *v1MessengerHandler) SendMessage(msg Message) error {
90
c.msgSent = msg
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected