NewGotifyPluginInstance creates a plugin instance for a user context.
(ctx plugin.UserContext)
| 53 | |
| 54 | // NewGotifyPluginInstance creates a plugin instance for a user context. |
| 55 | func NewGotifyPluginInstance(ctx plugin.UserContext) plugin.Plugin { |
| 56 | p := &Plugin{} |
| 57 | |
| 58 | return p |
| 59 | } |
| 60 | |
| 61 | func main() { |
| 62 | panic("this should be built as go plugin") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…