-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Switch plugin framework to hashicorp/go-plugin #4
Comments
I would like to contribute with the plugin move, do you have any outstanding tracking for this effort @KyleTryon |
Hello @seeker815, I do not! If you are interested I would love the help as a Go newbie. I've just begun researching gRPC and such. I was contemplating if we might need some kind of We can always work in stages, very open to your input. |
What are a few plugins that users may be interested in ? Would Slack/discord be some of them. |
I have three on my mind currently.
Discord is also a good one but if I remember correctly, discord accepts slack formatted webhooks, so if we have slack I think we have Discord too. |
In relation to #2 , it has been decided to switch to an alternative plugin framework: https://github.com/hashicorp/go-plugin
This plugin framework is more widely used and described as have better support than the "native" plugin package from go directly.
This should resolve the issue of not allowing plugins to be loaded in
go test
.The text was updated successfully, but these errors were encountered: