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

Struct EchoPlugin

plugin/example/echo/echo.go:22–27  ·  view source on GitHub ↗

EchoPlugin is the gotify plugin instance.

Source from the content-addressed store, hash-verified

20
21// EchoPlugin is the gotify plugin instance.
22type EchoPlugin struct {
23 msgHandler plugin.MessageHandler
24 storageHandler plugin.StorageHandler
25 config *Config
26 basePath string
27}
28
29// SetStorageHandler implements plugin.Storager
30func (c *EchoPlugin) SetStorageHandler(h plugin.StorageHandler) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected