NewGotifyPluginInstance creates a plugin instance for a user context.
(ctx plugin.UserContext)
| 27 | |
| 28 | // NewGotifyPluginInstance creates a plugin instance for a user context. |
| 29 | func NewGotifyPluginInstance(ctx plugin.UserContext) plugin.Plugin { |
| 30 | return &Plugin{} |
| 31 | } |
| 32 | |
| 33 | func main() { |
| 34 | panic("this should be built as go plugin") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…