summaryrefslogtreecommitdiffstats
path: root/plugin/client_rpc_generated.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11029 Adding plugin logging functionality. (#9034)Christopher Speller2018-07-031-0/+194
| | | | | | | | | | | | * Capturing stdout, stderr of plugins in logs. * Cleanup go-plugin debug logs. * Adding logging to plugin API * Generating mocks. * godoc convention
* MM-9674 Add plugin API for publishing custom WebSocket events (#8999)Joram Wilander2018-06-271-0/+27
| | | | | | | | * Add plugin API for publishing custom WebSocket events * Add clearer payload comment * Update comment
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-0/+1103
* Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.