GetGotifyPluginInfo returns gotify plugin info
()
| 6 | |
| 7 | // GetGotifyPluginInfo returns gotify plugin info |
| 8 | func GetGotifyPluginInfo() plugin.Info { |
| 9 | return plugin.Info{ |
| 10 | ModulePath: "github.com/gotify/server/v2/plugin/testing/broken/noinstance", |
| 11 | } |
| 12 | } |
| 13 | |
| 14 | func main() { |
| 15 | panic("this is a broken plugin for testing purposes") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…