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

Function NewGotifyPluginInstance

plugin/testing/broken/malformedconstructor/main.go:28–30  ·  view source on GitHub ↗

NewGotifyPluginInstance creates a plugin instance for a user context.

(ctx plugin.UserContext)

Source from the content-addressed store, hash-verified

26
27// NewGotifyPluginInstance creates a plugin instance for a user context.
28func NewGotifyPluginInstance(ctx plugin.UserContext) interface{} {
29 return &Plugin{}
30}
31
32func main() {
33 panic("this is a broken plugin for testing purposes")

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…