GetGotifyPluginInfo returns gotify plugin info
()
| 9 | |
| 10 | // GetGotifyPluginInfo returns gotify plugin info |
| 11 | func 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 |
| 20 | type Plugin struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…