summaryrefslogtreecommitdiffstats
path: root/store/storetest/mocks/Store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/storetest/mocks/Store.go')
-rw-r--r--store/storetest/mocks/Store.go16
1 files changed, 16 insertions, 0 deletions
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()