summaryrefslogtreecommitdiffstats
path: root/plugin/client_rpc.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10703 Adding blank request context to plugin hooks for future use. (#9043)Christopher Speller2018-07-061-3/+7
| | | | | | | | | | * Adding blank request context to plugin hooks for future use. * Rename RequestContext to Context * Adding context to ServeHTTP and ExecuteCommand * Fixing import cycle in test.
* MM-11029 Adding plugin logging functionality. (#9034)Christopher Speller2018-07-031-18/+11
| | | | | | | | | | | | * Capturing stdout, stderr of plugins in logs. * Cleanup go-plugin debug logs. * Adding logging to plugin API * Generating mocks. * godoc convention
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-0/+331
* Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.