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

Function GetGotifyPluginInfo

plugin/example/echo/echo.go:14–19  ·  view source on GitHub ↗

GetGotifyPluginInfo returns gotify plugin info.

()

Source from the content-addressed store, hash-verified

12
13// GetGotifyPluginInfo returns gotify plugin info.
14func GetGotifyPluginInfo() plugin.Info {
15 return plugin.Info{
16 ModulePath: "github.com/gotify/server/v2/plugin/example/echo",
17 Name: "test plugin",
18 }
19}
20
21// EchoPlugin is the gotify plugin instance.
22type EchoPlugin 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…