summaryrefslogtreecommitdiffstats
path: root/app/plugin_key_value_store.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11863 Add KVList method (#9467)Shobhit Gupta2018-10-031-0/+11
| | | | | | | | | | | | | | * Add KVList method * Add KVList method Add KVList method * Add pagination support * Change offset, limit to page, perPage * Rename constant
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-0/+61
* Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.