GetGotifyPluginInfo returns gotify plugin info.
()
| 12 | |
| 13 | // GetGotifyPluginInfo returns gotify plugin info. |
| 14 | func 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. |
| 22 | type EchoPlugin struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…