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

Function NewGotifyPluginInstance

plugin/example/echo/echo.go:113–115  ·  view source on GitHub ↗

NewGotifyPluginInstance creates a plugin instance for a user context.

(ctx plugin.UserContext)

Source from the content-addressed store, hash-verified

111
112// NewGotifyPluginInstance creates a plugin instance for a user context.
113func NewGotifyPluginInstance(ctx plugin.UserContext) plugin.Plugin {
114 return &EchoPlugin{}
115}
116
117func main() {
118 panic("this should be built as go plugin")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…