summaryrefslogtreecommitdiffstats
path: root/app/plugin_requests.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10703 Adding blank request context to plugin hooks for future use. (#9043)Christopher Speller2018-07-061-2/+3
| | | | | | | | | | * 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-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-0/+75
* Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.