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

Method Notify

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

Source from the content-addressed store, hash-verified

41}
42
43func (s *ManagerSuite) Notify(uid uint, message *model.MessageExternal) {
44 s.msgReceiver <- MessageWithUserID{
45 Message: *message,
46 UserID: uid,
47 }
48}
49
50func (s *ManagerSuite) SetupSuite() {
51 s.tmpDir = test.NewTmpDir("gotify_managersuite")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected