Skip to content
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

Plugin support #8

Open
pepsi opened this issue Mar 7, 2020 · 2 comments
Open

Plugin support #8

pepsi opened this issue Mar 7, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@pepsi
Copy link

pepsi commented Mar 7, 2020

(Suggestion, im not sure how to add the label)
Im not experienced with go at all, but I suggest getting a good plugin system from the start.
After a little googling I came across this , which might be good.

@Sxtanna Sxtanna self-assigned this Mar 11, 2020
@Sxtanna Sxtanna added enhancement New feature or request help wanted Extra attention is needed labels Mar 11, 2020
@ToasterKTN
Copy link

The Plugin Stuff in go is not really good atm.
I tried many ways, and allways ended up with pipes to other processes or rest calls.
I suggest you check out io.Pipe() and exec.Command() and start the plugin as exec and pipe input data into the executable and receive answers from the executable in a predefined format.

@tboerger
Copy link

The best bet would be the go plugin definition by hashicorp, it's also used in famous tools like terraform and packer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants