From 1e5c432e1029601a664454388ae366ef69618d62 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 25 Jun 2018 12:33:13 -0700 Subject: MM-10702 Moving plugins to use hashicorp go-plugin. (#8978) * Moving plugins to use hashicorp go-plugin. * Tweaks from feedback. --- plugin/plugintest/apioverride.go | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 plugin/plugintest/apioverride.go (limited to 'plugin/plugintest/apioverride.go') diff --git a/plugin/plugintest/apioverride.go b/plugin/plugintest/apioverride.go deleted file mode 100644 index 54cfe27bc..000000000 --- a/plugin/plugintest/apioverride.go +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See LICENSE.txt for license information. - -package plugintest - -import "github.com/mattermost/mattermost-server/plugin" - -type API struct { - APIMOCKINTERNAL - Store *KeyValueStore -} - -var _ plugin.API = (*API)(nil) -var _ plugin.KeyValueStore = (*KeyValueStore)(nil) - -func (m *API) KeyValueStore() plugin.KeyValueStore { - return m.Store -} -- cgit v1.2.3-1-g7c22