NewGotifyPluginInstance creates a plugin instance for a user context.
(ctx plugin.UserContext)
| 111 | |
| 112 | // NewGotifyPluginInstance creates a plugin instance for a user context. |
| 113 | func NewGotifyPluginInstance(ctx plugin.UserContext) plugin.Plugin { |
| 114 | return &EchoPlugin{} |
| 115 | } |
| 116 | |
| 117 | func main() { |
| 118 | panic("this should be built as go plugin") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…