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

Struct PluginSuite

api/plugin_test.go:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type PluginSuite struct {
29 suite.Suite
30 db *testdb.Database
31 a *PluginAPI
32 ctx *gin.Context
33 recorder *httptest.ResponseRecorder
34 manager *plugin.Manager
35 notified bool
36}
37
38func (s *PluginSuite) BeforeTest(suiteName, testName string) {
39 mode.Set(mode.TestDev)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected