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

Function GetGotifyPluginInfo

plugin/example/clock/main.go:11–17  ·  view source on GitHub ↗

GetGotifyPluginInfo returns gotify plugin info

()

Source from the content-addressed store, hash-verified

9
10// GetGotifyPluginInfo returns gotify plugin info
11func GetGotifyPluginInfo() plugin.Info {
12 return plugin.Info{
13 Name: "clock",
14 Description: "Sends an hourly reminder",
15 ModulePath: "github.com/gotify/server/v2/example/clock",
16 }
17}
18
19// Plugin is plugin instance
20type 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…