NewGotifyPluginInstance creates a plugin instance for a user context.
(ctx plugin.UserContext)
| 26 | |
| 27 | // NewGotifyPluginInstance creates a plugin instance for a user context. |
| 28 | func NewGotifyPluginInstance(ctx plugin.UserContext) interface{} { |
| 29 | return &Plugin{} |
| 30 | } |
| 31 | |
| 32 | func main() { |
| 33 | panic("this is a broken plugin for testing purposes") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…