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

Method Notify

api/plugin_test.go:79–81  ·  view source on GitHub ↗
(userID uint, msg *model.MessageExternal)

Source from the content-addressed store, hash-verified

77}
78
79func (s *PluginSuite) Notify(userID uint, msg *model.MessageExternal) {
80 s.notified = true
81}
82
83func (s *PluginSuite) Test_GetPlugins() {
84 test.WithUser(s.ctx, 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected