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

Method Notify

api/message_test.go:47–49  ·  view source on GitHub ↗
(userID uint, msg *model.MessageExternal)

Source from the content-addressed store, hash-verified

45}
46
47func (s *MessageSuite) Notify(userID uint, msg *model.MessageExternal) {
48 s.notifiedMessage = msg
49}
50
51func (s *MessageSuite) Test_ensureCorrectJsonRepresentation() {
52 t, _ := time.Parse("2006/01/02", "2017/01/02")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected