Init a go-plugin plugin
| 58 | |
| 59 | // Init a go-plugin plugin |
| 60 | type goPluginInitializer struct{} |
| 61 | |
| 62 | // Load the available third party integrations, these integrations can come in the form of |
| 63 | // a) Plugins implemented with go-plugin, compiled as a separate binary and placed in pluginsDir |
nothing calls this directly
no outgoing calls
no test coverage detected