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

Function GetGotifyPluginInfo

plugin/testing/broken/noinstance/main.go:8–12  ·  view source on GitHub ↗

GetGotifyPluginInfo returns gotify plugin info

()

Source from the content-addressed store, hash-verified

6
7// GetGotifyPluginInfo returns gotify plugin info
8func GetGotifyPluginInfo() plugin.Info {
9 return plugin.Info{
10 ModulePath: "github.com/gotify/server/v2/plugin/testing/broken/noinstance",
11 }
12}
13
14func main() {
15 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…