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

Function NewGotifyPluginInstance

plugin/example/minimal/main.go:29–31  ·  view source on GitHub ↗

NewGotifyPluginInstance creates a plugin instance for a user context.

(ctx plugin.UserContext)

Source from the content-addressed store, hash-verified

27
28// NewGotifyPluginInstance creates a plugin instance for a user context.
29func NewGotifyPluginInstance(ctx plugin.UserContext) plugin.Plugin {
30 return &Plugin{}
31}
32
33func main() {
34 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…