From 6176bcff6977bda71f4fde10a52dde6d7d7ceb9a Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 27 Nov 2017 17:23:35 -0500 Subject: PLT-8131 (part2) Add plugin key value store support (#7902) * Add plugin key value store support * Add localization strings * Updates per feedback --- store/storetest/mocks/Store.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'store/storetest/mocks/Store.go') diff --git a/store/storetest/mocks/Store.go b/store/storetest/mocks/Store.go index 166b5b98a..85ed10d35 100644 --- a/store/storetest/mocks/Store.go +++ b/store/storetest/mocks/Store.go @@ -203,6 +203,22 @@ func (_m *Store) OAuth() store.OAuthStore { return r0 } +// Plugin provides a mock function with given fields: +func (_m *Store) Plugin() store.PluginStore { + ret := _m.Called() + + var r0 store.PluginStore + if rf, ok := ret.Get(0).(func() store.PluginStore); ok { + r0 = rf() + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).(store.PluginStore) + } + } + + return r0 +} + // Post provides a mock function with given fields: func (_m *Store) Post() store.PostStore { ret := _m.Called() -- cgit v1.2.3-1-g7c22