You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
The text was updated successfully, but these errors were encountered:
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.
(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.
The text was updated successfully, but these errors were encountered: