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

Function GetGotifyPluginInfo

plugin/example/minimal/main.go:8–13  ·  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 Name: "minimal plugin",
11 ModulePath: "github.com/gotify/server/v2/example/minimal",
12 }
13}
14
15// Plugin is plugin instance
16type Plugin struct{}

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…