MCPcopy
hub / github.com/gotify/server / ManagerSuite

Struct ManagerSuite

plugin/manager_test.go:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type ManagerSuite struct {
34 suite.Suite
35 db *testdb.Database
36 manager *Manager
37 e *gin.Engine
38 msgReceiver chan MessageWithUserID
39
40 tmpDir test.TmpDir
41}
42
43func (s *ManagerSuite) Notify(uid uint, message *model.MessageExternal) {
44 s.msgReceiver <- MessageWithUserID{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected