From 6bf09e2c34c568e3cb0d296142d5abed77332635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 8 Aug 2018 12:04:36 +0200 Subject: MM-11384: Add system install date information to the client config (#9218) * MM-11384: Add system install date information to the client config * Fixing translation text * Fixes from Peer Review --- store/storetest/mocks/ChannelStore.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'store/storetest/mocks/ChannelStore.go') diff --git a/store/storetest/mocks/ChannelStore.go b/store/storetest/mocks/ChannelStore.go index 4cbf9cb77..8adc98e10 100644 --- a/store/storetest/mocks/ChannelStore.go +++ b/store/storetest/mocks/ChannelStore.go @@ -1,4 +1,4 @@ -// Code generated by mockery v1.0.0 +// Code generated by mockery v1.0.0. DO NOT EDIT. // Regenerate this file using `make store-mocks`. @@ -45,9 +45,9 @@ func (_m *ChannelStore) AnalyticsTypeCount(teamId string, channelType string) st return r0 } -// AutocompleteInTeam provides a mock function with given fields: teamId, term +// AutocompleteInTeam provides a mock function with given fields: teamId, term, includeDeleted func (_m *ChannelStore) AutocompleteInTeam(teamId string, term string, includeDeleted bool) store.StoreChannel { - ret := _m.Called(teamId, term) + ret := _m.Called(teamId, term, includeDeleted) var r0 store.StoreChannel if rf, ok := ret.Get(0).(func(string, string, bool) store.StoreChannel); ok { @@ -146,9 +146,9 @@ func (_m *ChannelStore) GetAll(teamId string) store.StoreChannel { return r0 } -// GetAllChannelMembersForUser provides a mock function with given fields: userId, allowFromCache +// GetAllChannelMembersForUser provides a mock function with given fields: userId, allowFromCache, includeDeleted func (_m *ChannelStore) GetAllChannelMembersForUser(userId string, allowFromCache bool, includeDeleted bool) store.StoreChannel { - ret := _m.Called(userId, allowFromCache) + ret := _m.Called(userId, allowFromCache, includeDeleted) var r0 store.StoreChannel if rf, ok := ret.Get(0).(func(string, bool, bool) store.StoreChannel); ok { @@ -258,9 +258,9 @@ func (_m *ChannelStore) GetChannelUnread(channelId string, userId string) store. return r0 } -// GetChannels provides a mock function with given fields: teamId, userId +// GetChannels provides a mock function with given fields: teamId, userId, includeDeleted func (_m *ChannelStore) GetChannels(teamId string, userId string, includeDeleted bool) store.StoreChannel { - ret := _m.Called(teamId, userId) + ret := _m.Called(teamId, userId, includeDeleted) var r0 store.StoreChannel if rf, ok := ret.Get(0).(func(string, string, bool) store.StoreChannel); ok { @@ -775,9 +775,9 @@ func (_m *ChannelStore) SaveMember(member *model.ChannelMember) store.StoreChann return r0 } -// SearchInTeam provides a mock function with given fields: teamId, term +// SearchInTeam provides a mock function with given fields: teamId, term, includeDeleted func (_m *ChannelStore) SearchInTeam(teamId string, term string, includeDeleted bool) store.StoreChannel { - ret := _m.Called(teamId, term) + ret := _m.Called(teamId, term, includeDeleted) var r0 store.StoreChannel if rf, ok := ret.Get(0).(func(string, string, bool) store.StoreChannel); ok { -- cgit v1.2.3-1-g7c22