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

Method Notify

plugin/manager.go:43–43  ·  view source on GitHub ↗
(userID uint, message *model.MessageExternal)

Source from the content-addressed store, hash-verified

41// Notifier notifies when a new message was created.
42type Notifier interface {
43 Notify(userID uint, message *model.MessageExternal)
44}
45
46// Manager is an encapsulating layer for plugins and manages all plugins and its instances.

Callers

nothing calls this directly

Implementers 4

ManagerSuiteplugin/manager_test.go
MessageSuiteapi/message_test.go
PluginSuiteapi/plugin_test.go
APIapi/stream/stream.go

Calls

no outgoing calls

Tested by

no test coverage detected