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