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.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/store/storetest/mocks/Store.go b/store/storetest/mocks/Store.go
index dd1967cd5..3a5b7726c 100644
--- a/store/storetest/mocks/Store.go
+++ b/store/storetest/mocks/Store.go
@@ -198,6 +198,11 @@ func (_m *Store) License() store.LicenseStore {
return r0
}
+// LockToMaster provides a mock function with given fields:
+func (_m *Store) LockToMaster() {
+ _m.Called()
+}
+
// MarkSystemRanUnitTests provides a mock function with given fields:
func (_m *Store) MarkSystemRanUnitTests() {
_m.Called()
@@ -437,6 +442,11 @@ func (_m *Store) TotalSearchDbConnections() int {
return r0
}
+// UnlockFromMaster provides a mock function with given fields:
+func (_m *Store) UnlockFromMaster() {
+ _m.Called()
+}
+
// User provides a mock function with given fields:
func (_m *Store) User() store.UserStore {
ret := _m.Called()