mocks

package
v0.0.0-...-16753fb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2021 License: AGPL-3.0, Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditStore

type AuditStore struct {
	mock.Mock
}

AuditStore is an autogenerated mock type for the AuditStore type

func (*AuditStore) Get

func (_m *AuditStore) Get(user_id string, offset int, limit int) (model.Audits, error)

Get provides a mock function with given fields: user_id, offset, limit

func (*AuditStore) PermanentDeleteByUser

func (_m *AuditStore) PermanentDeleteByUser(userId string) error

PermanentDeleteByUser provides a mock function with given fields: userId

func (*AuditStore) Save

func (_m *AuditStore) Save(audit *model.Audit) error

Save provides a mock function with given fields: audit

type BotStore

type BotStore struct {
	mock.Mock
}

BotStore is an autogenerated mock type for the BotStore type

func (*BotStore) Get

func (_m *BotStore) Get(userId string, includeDeleted bool) (*model.Bot, error)

Get provides a mock function with given fields: userId, includeDeleted

func (*BotStore) GetAll

func (_m *BotStore) GetAll(options *model.BotGetOptions) ([]*model.Bot, error)

GetAll provides a mock function with given fields: options

func (*BotStore) PermanentDelete

func (_m *BotStore) PermanentDelete(userId string) error

PermanentDelete provides a mock function with given fields: userId

func (*BotStore) Save

func (_m *BotStore) Save(bot *model.Bot) (*model.Bot, error)

Save provides a mock function with given fields: bot

func (*BotStore) Update

func (_m *BotStore) Update(bot *model.Bot) (*model.Bot, error)

Update provides a mock function with given fields: bot

type ChannelMemberHistoryStore

type ChannelMemberHistoryStore struct {
	mock.Mock
}

ChannelMemberHistoryStore is an autogenerated mock type for the ChannelMemberHistoryStore type

func (*ChannelMemberHistoryStore) GetUsersInChannelDuring

func (_m *ChannelMemberHistoryStore) GetUsersInChannelDuring(startTime int64, endTime int64, channelId string) ([]*model.ChannelMemberHistoryResult, error)

GetUsersInChannelDuring provides a mock function with given fields: startTime, endTime, channelId

func (*ChannelMemberHistoryStore) LogJoinEvent

func (_m *ChannelMemberHistoryStore) LogJoinEvent(userId string, channelId string, joinTime int64) error

LogJoinEvent provides a mock function with given fields: userId, channelId, joinTime

func (*ChannelMemberHistoryStore) LogLeaveEvent

func (_m *ChannelMemberHistoryStore) LogLeaveEvent(userId string, channelId string, leaveTime int64) error

LogLeaveEvent provides a mock function with given fields: userId, channelId, leaveTime

func (*ChannelMemberHistoryStore) PermanentDeleteBatch

func (_m *ChannelMemberHistoryStore) PermanentDeleteBatch(endTime int64, limit int64) (int64, error)

PermanentDeleteBatch provides a mock function with given fields: endTime, limit

type ChannelStore

type ChannelStore struct {
	mock.Mock
}

ChannelStore is an autogenerated mock type for the ChannelStore type

func (*ChannelStore) AnalyticsDeletedTypeCount

func (_m *ChannelStore) AnalyticsDeletedTypeCount(teamId string, channelType string) (int64, error)

AnalyticsDeletedTypeCount provides a mock function with given fields: teamId, channelType

func (*ChannelStore) AnalyticsTypeCount

func (_m *ChannelStore) AnalyticsTypeCount(teamId string, channelType string) (int64, error)

AnalyticsTypeCount provides a mock function with given fields: teamId, channelType

func (*ChannelStore) AutocompleteInTeam

func (_m *ChannelStore) AutocompleteInTeam(teamId string, term string, includeDeleted bool) (*model.ChannelList, error)

AutocompleteInTeam provides a mock function with given fields: teamId, term, includeDeleted

func (*ChannelStore) AutocompleteInTeamForSearch

func (_m *ChannelStore) AutocompleteInTeamForSearch(teamId string, userId string, term string, includeDeleted bool) (*model.ChannelList, error)

AutocompleteInTeamForSearch provides a mock function with given fields: teamId, userId, term, includeDeleted

func (*ChannelStore) ClearAllCustomRoleAssignments

func (_m *ChannelStore) ClearAllCustomRoleAssignments() error

ClearAllCustomRoleAssignments provides a mock function with given fields:

func (*ChannelStore) ClearCaches

func (_m *ChannelStore) ClearCaches()

ClearCaches provides a mock function with given fields:

func (*ChannelStore) ClearSidebarOnTeamLeave

func (_m *ChannelStore) ClearSidebarOnTeamLeave(userId string, teamId string) error

ClearSidebarOnTeamLeave provides a mock function with given fields: userId, teamId

func (*ChannelStore) CountPostsAfter

func (_m *ChannelStore) CountPostsAfter(channelId string, timestamp int64, userId string) (int, error)

CountPostsAfter provides a mock function with given fields: channelId, timestamp, userId

func (*ChannelStore) CreateDirectChannel

func (_m *ChannelStore) CreateDirectChannel(userId *model.User, otherUserId *model.User) (*model.Channel, error)

CreateDirectChannel provides a mock function with given fields: userId, otherUserId

func (*ChannelStore) CreateInitialSidebarCategories

func (_m *ChannelStore) CreateInitialSidebarCategories(userId string, teamId string) error

CreateInitialSidebarCategories provides a mock function with given fields: userId, teamId

func (*ChannelStore) CreateSidebarCategory

func (_m *ChannelStore) CreateSidebarCategory(userId string, teamId string, newCategory *model.SidebarCategoryWithChannels) (*model.SidebarCategoryWithChannels, error)

CreateSidebarCategory provides a mock function with given fields: userId, teamId, newCategory

func (*ChannelStore) Delete

func (_m *ChannelStore) Delete(channelId string, time int64) error

Delete provides a mock function with given fields: channelId, time

func (*ChannelStore) DeleteSidebarCategory

func (_m *ChannelStore) DeleteSidebarCategory(categoryId string) error

DeleteSidebarCategory provides a mock function with given fields: categoryId

func (*ChannelStore) DeleteSidebarChannelsByPreferences

func (_m *ChannelStore) DeleteSidebarChannelsByPreferences(preferences *model.Preferences) error

DeleteSidebarChannelsByPreferences provides a mock function with given fields: preferences

func (*ChannelStore) Get

func (_m *ChannelStore) Get(id string, allowFromCache bool) (*model.Channel, error)

Get provides a mock function with given fields: id, allowFromCache

func (*ChannelStore) GetAll

func (_m *ChannelStore) GetAll(teamId string) ([]*model.Channel, error)

GetAll provides a mock function with given fields: teamId

func (*ChannelStore) GetAllChannelMembersForUser

func (_m *ChannelStore) GetAllChannelMembersForUser(userId string, allowFromCache bool, includeDeleted bool) (map[string]string, error)

GetAllChannelMembersForUser provides a mock function with given fields: userId, allowFromCache, includeDeleted

func (*ChannelStore) GetAllChannelMembersNotifyPropsForChannel

func (_m *ChannelStore) GetAllChannelMembersNotifyPropsForChannel(channelId string, allowFromCache bool) (map[string]model.StringMap, error)

GetAllChannelMembersNotifyPropsForChannel provides a mock function with given fields: channelId, allowFromCache

func (*ChannelStore) GetAllChannels

func (_m *ChannelStore) GetAllChannels(page int, perPage int, opts store.ChannelSearchOpts) (*model.ChannelListWithTeamData, error)

GetAllChannels provides a mock function with given fields: page, perPage, opts

func (*ChannelStore) GetAllChannelsCount

func (_m *ChannelStore) GetAllChannelsCount(opts store.ChannelSearchOpts) (int64, error)

GetAllChannelsCount provides a mock function with given fields: opts

func (*ChannelStore) GetAllChannelsForExportAfter

func (_m *ChannelStore) GetAllChannelsForExportAfter(limit int, afterId string) ([]*model.ChannelForExport, error)

GetAllChannelsForExportAfter provides a mock function with given fields: limit, afterId

func (*ChannelStore) GetAllDirectChannelsForExportAfter

func (_m *ChannelStore) GetAllDirectChannelsForExportAfter(limit int, afterId string) ([]*model.DirectChannelForExport, error)

GetAllDirectChannelsForExportAfter provides a mock function with given fields: limit, afterId

func (*ChannelStore) GetByName

func (_m *ChannelStore) GetByName(team_id string, name string, allowFromCache bool) (*model.Channel, error)

GetByName provides a mock function with given fields: team_id, name, allowFromCache

func (*ChannelStore) GetByNameIncludeDeleted

func (_m *ChannelStore) GetByNameIncludeDeleted(team_id string, name string, allowFromCache bool) (*model.Channel, error)

GetByNameIncludeDeleted provides a mock function with given fields: team_id, name, allowFromCache

func (*ChannelStore) GetByNames

func (_m *ChannelStore) GetByNames(team_id string, names []string, allowFromCache bool) ([]*model.Channel, error)

GetByNames provides a mock function with given fields: team_id, names, allowFromCache

func (*ChannelStore) GetChannelCounts

func (_m *ChannelStore) GetChannelCounts(teamId string, userId string) (*model.ChannelCounts, error)

GetChannelCounts provides a mock function with given fields: teamId, userId

func (*ChannelStore) GetChannelMembersForExport

func (_m *ChannelStore) GetChannelMembersForExport(userId string, teamId string) ([]*model.ChannelMemberForExport, error)

GetChannelMembersForExport provides a mock function with given fields: userId, teamId

func (*ChannelStore) GetChannelMembersTimezones

func (_m *ChannelStore) GetChannelMembersTimezones(channelId string) ([]model.StringMap, error)

GetChannelMembersTimezones provides a mock function with given fields: channelId

func (*ChannelStore) GetChannelUnread

func (_m *ChannelStore) GetChannelUnread(channelId string, userId string) (*model.ChannelUnread, error)

GetChannelUnread provides a mock function with given fields: channelId, userId

func (*ChannelStore) GetChannels

func (_m *ChannelStore) GetChannels(teamId string, userId string, includeDeleted bool, lastDeleteAt int) (*model.ChannelList, error)

GetChannels provides a mock function with given fields: teamId, userId, includeDeleted, lastDeleteAt

func (*ChannelStore) GetChannelsBatchForIndexing

func (_m *ChannelStore) GetChannelsBatchForIndexing(startTime int64, endTime int64, limit int) ([]*model.Channel, error)

GetChannelsBatchForIndexing provides a mock function with given fields: startTime, endTime, limit

func (*ChannelStore) GetChannelsByIds

func (_m *ChannelStore) GetChannelsByIds(channelIds []string, includeDeleted bool) ([]*model.Channel, error)

GetChannelsByIds provides a mock function with given fields: channelIds, includeDeleted

func (*ChannelStore) GetChannelsByScheme

func (_m *ChannelStore) GetChannelsByScheme(schemeId string, offset int, limit int) (model.ChannelList, error)

GetChannelsByScheme provides a mock function with given fields: schemeId, offset, limit

func (*ChannelStore) GetDeleted

func (_m *ChannelStore) GetDeleted(team_id string, offset int, limit int, userId string) (*model.ChannelList, error)

GetDeleted provides a mock function with given fields: team_id, offset, limit, userId

func (*ChannelStore) GetDeletedByName

func (_m *ChannelStore) GetDeletedByName(team_id string, name string) (*model.Channel, error)

GetDeletedByName provides a mock function with given fields: team_id, name

func (*ChannelStore) GetForPost

func (_m *ChannelStore) GetForPost(postId string) (*model.Channel, error)

GetForPost provides a mock function with given fields: postId

func (*ChannelStore) GetFromMaster

func (_m *ChannelStore) GetFromMaster(id string) (*model.Channel, error)

GetFromMaster provides a mock function with given fields: id

func (*ChannelStore) GetGuestCount

func (_m *ChannelStore) GetGuestCount(channelId string, allowFromCache bool) (int64, error)

GetGuestCount provides a mock function with given fields: channelId, allowFromCache

func (*ChannelStore) GetMember

func (_m *ChannelStore) GetMember(channelId string, userId string) (*model.ChannelMember, error)

GetMember provides a mock function with given fields: channelId, userId

func (*ChannelStore) GetMemberCount

func (_m *ChannelStore) GetMemberCount(channelId string, allowFromCache bool) (int64, error)

GetMemberCount provides a mock function with given fields: channelId, allowFromCache

func (*ChannelStore) GetMemberCountFromCache

func (_m *ChannelStore) GetMemberCountFromCache(channelId string) int64

GetMemberCountFromCache provides a mock function with given fields: channelId

func (*ChannelStore) GetMemberCountsByGroup

func (_m *ChannelStore) GetMemberCountsByGroup(channelID string, includeTimezones bool) ([]*model.ChannelMemberCountByGroup, error)

GetMemberCountsByGroup provides a mock function with given fields: channelID, includeTimezones

func (*ChannelStore) GetMemberForPost

func (_m *ChannelStore) GetMemberForPost(postId string, userId string) (*model.ChannelMember, error)

GetMemberForPost provides a mock function with given fields: postId, userId

func (*ChannelStore) GetMembers

func (_m *ChannelStore) GetMembers(channelId string, offset int, limit int) (*model.ChannelMembers, error)

GetMembers provides a mock function with given fields: channelId, offset, limit

func (*ChannelStore) GetMembersByChannelIds

func (_m *ChannelStore) GetMembersByChannelIds(channelIds []string, userId string) (*model.ChannelMembers, error)

GetMembersByChannelIds provides a mock function with given fields: channelIds, userId

func (*ChannelStore) GetMembersByIds

func (_m *ChannelStore) GetMembersByIds(channelId string, userIds []string) (*model.ChannelMembers, error)

GetMembersByIds provides a mock function with given fields: channelId, userIds

func (*ChannelStore) GetMembersForUser

func (_m *ChannelStore) GetMembersForUser(teamId string, userId string) (*model.ChannelMembers, error)

GetMembersForUser provides a mock function with given fields: teamId, userId

func (*ChannelStore) GetMembersForUserWithPagination

func (_m *ChannelStore) GetMembersForUserWithPagination(teamId string, userId string, page int, perPage int) (*model.ChannelMembers, error)

GetMembersForUserWithPagination provides a mock function with given fields: teamId, userId, page, perPage

func (*ChannelStore) GetMoreChannels

func (_m *ChannelStore) GetMoreChannels(teamId string, userId string, offset int, limit int) (*model.ChannelList, error)

GetMoreChannels provides a mock function with given fields: teamId, userId, offset, limit

func (*ChannelStore) GetPinnedPostCount

func (_m *ChannelStore) GetPinnedPostCount(channelId string, allowFromCache bool) (int64, error)

GetPinnedPostCount provides a mock function with given fields: channelId, allowFromCache

func (*ChannelStore) GetPinnedPosts

func (_m *ChannelStore) GetPinnedPosts(channelId string) (*model.PostList, error)

GetPinnedPosts provides a mock function with given fields: channelId

func (*ChannelStore) GetPrivateChannelsForTeam

func (_m *ChannelStore) GetPrivateChannelsForTeam(teamId string, offset int, limit int) (*model.ChannelList, error)

GetPrivateChannelsForTeam provides a mock function with given fields: teamId, offset, limit

func (*ChannelStore) GetPublicChannelsByIdsForTeam

func (_m *ChannelStore) GetPublicChannelsByIdsForTeam(teamId string, channelIds []string) (*model.ChannelList, error)

GetPublicChannelsByIdsForTeam provides a mock function with given fields: teamId, channelIds

func (*ChannelStore) GetPublicChannelsForTeam

func (_m *ChannelStore) GetPublicChannelsForTeam(teamId string, offset int, limit int) (*model.ChannelList, error)

GetPublicChannelsForTeam provides a mock function with given fields: teamId, offset, limit

func (*ChannelStore) GetSidebarCategories

func (_m *ChannelStore) GetSidebarCategories(userId string, teamId string) (*model.OrderedSidebarCategories, error)

GetSidebarCategories provides a mock function with given fields: userId, teamId

func (*ChannelStore) GetSidebarCategory

func (_m *ChannelStore) GetSidebarCategory(categoryId string) (*model.SidebarCategoryWithChannels, error)

GetSidebarCategory provides a mock function with given fields: categoryId

func (*ChannelStore) GetSidebarCategoryOrder

func (_m *ChannelStore) GetSidebarCategoryOrder(userId string, teamId string) ([]string, error)

GetSidebarCategoryOrder provides a mock function with given fields: userId, teamId

func (*ChannelStore) GetTeamChannels

func (_m *ChannelStore) GetTeamChannels(teamId string) (*model.ChannelList, error)

GetTeamChannels provides a mock function with given fields: teamId

func (*ChannelStore) GroupSyncedChannelCount

func (_m *ChannelStore) GroupSyncedChannelCount() (int64, error)

GroupSyncedChannelCount provides a mock function with given fields:

func (*ChannelStore) IncrementMentionCount

func (_m *ChannelStore) IncrementMentionCount(channelId string, userId string, updateThreads bool) error

IncrementMentionCount provides a mock function with given fields: channelId, userId, updateThreads

func (*ChannelStore) InvalidateAllChannelMembersForUser

func (_m *ChannelStore) InvalidateAllChannelMembersForUser(userId string)

InvalidateAllChannelMembersForUser provides a mock function with given fields: userId

func (*ChannelStore) InvalidateCacheForChannelMembersNotifyProps

func (_m *ChannelStore) InvalidateCacheForChannelMembersNotifyProps(channelId string)

InvalidateCacheForChannelMembersNotifyProps provides a mock function with given fields: channelId

func (*ChannelStore) InvalidateChannel

func (_m *ChannelStore) InvalidateChannel(id string)

InvalidateChannel provides a mock function with given fields: id

func (*ChannelStore) InvalidateChannelByName

func (_m *ChannelStore) InvalidateChannelByName(teamId string, name string)

InvalidateChannelByName provides a mock function with given fields: teamId, name

func (*ChannelStore) InvalidateGuestCount

func (_m *ChannelStore) InvalidateGuestCount(channelId string)

InvalidateGuestCount provides a mock function with given fields: channelId

func (*ChannelStore) InvalidateMemberCount

func (_m *ChannelStore) InvalidateMemberCount(channelId string)

InvalidateMemberCount provides a mock function with given fields: channelId

func (*ChannelStore) InvalidatePinnedPostCount

func (_m *ChannelStore) InvalidatePinnedPostCount(channelId string)

InvalidatePinnedPostCount provides a mock function with given fields: channelId

func (*ChannelStore) IsUserInChannelUseCache

func (_m *ChannelStore) IsUserInChannelUseCache(userId string, channelId string) bool

IsUserInChannelUseCache provides a mock function with given fields: userId, channelId

func (*ChannelStore) MigrateChannelMembers

func (_m *ChannelStore) MigrateChannelMembers(fromChannelId string, fromUserId string) (map[string]string, error)

MigrateChannelMembers provides a mock function with given fields: fromChannelId, fromUserId

func (*ChannelStore) MigratePublicChannels

func (_m *ChannelStore) MigratePublicChannels() error

MigratePublicChannels provides a mock function with given fields:

func (*ChannelStore) PermanentDelete

func (_m *ChannelStore) PermanentDelete(channelId string) error

PermanentDelete provides a mock function with given fields: channelId

func (*ChannelStore) PermanentDeleteByTeam

func (_m *ChannelStore) PermanentDeleteByTeam(teamId string) error

PermanentDeleteByTeam provides a mock function with given fields: teamId

func (*ChannelStore) PermanentDeleteMembersByChannel

func (_m *ChannelStore) PermanentDeleteMembersByChannel(channelId string) error

PermanentDeleteMembersByChannel provides a mock function with given fields: channelId

func (*ChannelStore) PermanentDeleteMembersByUser

func (_m *ChannelStore) PermanentDeleteMembersByUser(userId string) error

PermanentDeleteMembersByUser provides a mock function with given fields: userId

func (*ChannelStore) RemoveAllDeactivatedMembers

func (_m *ChannelStore) RemoveAllDeactivatedMembers(channelId string) error

RemoveAllDeactivatedMembers provides a mock function with given fields: channelId

func (*ChannelStore) RemoveMember

func (_m *ChannelStore) RemoveMember(channelId string, userId string) error

RemoveMember provides a mock function with given fields: channelId, userId

func (*ChannelStore) RemoveMembers

func (_m *ChannelStore) RemoveMembers(channelId string, userIds []string) error

RemoveMembers provides a mock function with given fields: channelId, userIds

func (*ChannelStore) ResetAllChannelSchemes

func (_m *ChannelStore) ResetAllChannelSchemes() error

ResetAllChannelSchemes provides a mock function with given fields:

func (*ChannelStore) Restore

func (_m *ChannelStore) Restore(channelId string, time int64) error

Restore provides a mock function with given fields: channelId, time

func (*ChannelStore) Save

func (_m *ChannelStore) Save(channel *model.Channel, maxChannelsPerTeam int64) (*model.Channel, error)

Save provides a mock function with given fields: channel, maxChannelsPerTeam

func (*ChannelStore) SaveDirectChannel

func (_m *ChannelStore) SaveDirectChannel(channel *model.Channel, member1 *model.ChannelMember, member2 *model.ChannelMember) (*model.Channel, error)

SaveDirectChannel provides a mock function with given fields: channel, member1, member2

func (*ChannelStore) SaveMember

func (_m *ChannelStore) SaveMember(member *model.ChannelMember) (*model.ChannelMember, error)

SaveMember provides a mock function with given fields: member

func (*ChannelStore) SaveMultipleMembers

func (_m *ChannelStore) SaveMultipleMembers(members []*model.ChannelMember) ([]*model.ChannelMember, error)

SaveMultipleMembers provides a mock function with given fields: members

func (*ChannelStore) SearchAllChannels

func (_m *ChannelStore) SearchAllChannels(term string, opts store.ChannelSearchOpts) (*model.ChannelListWithTeamData, int64, error)

SearchAllChannels provides a mock function with given fields: term, opts

func (*ChannelStore) SearchArchivedInTeam

func (_m *ChannelStore) SearchArchivedInTeam(teamId string, term string, userId string) (*model.ChannelList, error)

SearchArchivedInTeam provides a mock function with given fields: teamId, term, userId

func (*ChannelStore) SearchForUserInTeam

func (_m *ChannelStore) SearchForUserInTeam(userId string, teamId string, term string, includeDeleted bool) (*model.ChannelList, error)

SearchForUserInTeam provides a mock function with given fields: userId, teamId, term, includeDeleted

func (*ChannelStore) SearchGroupChannels

func (_m *ChannelStore) SearchGroupChannels(userId string, term string) (*model.ChannelList, error)

SearchGroupChannels provides a mock function with given fields: userId, term

func (*ChannelStore) SearchInTeam

func (_m *ChannelStore) SearchInTeam(teamId string, term string, includeDeleted bool) (*model.ChannelList, error)

SearchInTeam provides a mock function with given fields: teamId, term, includeDeleted

func (*ChannelStore) SearchMore

func (_m *ChannelStore) SearchMore(userId string, teamId string, term string) (*model.ChannelList, error)

SearchMore provides a mock function with given fields: userId, teamId, term

func (*ChannelStore) SetDeleteAt

func (_m *ChannelStore) SetDeleteAt(channelId string, deleteAt int64, updateAt int64) error

SetDeleteAt provides a mock function with given fields: channelId, deleteAt, updateAt

func (*ChannelStore) Update

func (_m *ChannelStore) Update(channel *model.Channel) (*model.Channel, error)

Update provides a mock function with given fields: channel

func (*ChannelStore) UpdateLastViewedAt

func (_m *ChannelStore) UpdateLastViewedAt(channelIds []string, userId string, updateThreads bool) (map[string]int64, error)

UpdateLastViewedAt provides a mock function with given fields: channelIds, userId, updateThreads

func (*ChannelStore) UpdateLastViewedAtPost

func (_m *ChannelStore) UpdateLastViewedAtPost(unreadPost *model.Post, userID string, mentionCount int, updateThreads bool) (*model.ChannelUnreadAt, error)

UpdateLastViewedAtPost provides a mock function with given fields: unreadPost, userID, mentionCount, updateThreads

func (*ChannelStore) UpdateMember

func (_m *ChannelStore) UpdateMember(member *model.ChannelMember) (*model.ChannelMember, error)

UpdateMember provides a mock function with given fields: member

func (*ChannelStore) UpdateMembersRole

func (_m *ChannelStore) UpdateMembersRole(channelID string, userIDs []string) error

UpdateMembersRole provides a mock function with given fields: channelID, userIDs

func (*ChannelStore) UpdateMultipleMembers

func (_m *ChannelStore) UpdateMultipleMembers(members []*model.ChannelMember) ([]*model.ChannelMember, error)

UpdateMultipleMembers provides a mock function with given fields: members

func (*ChannelStore) UpdateSidebarCategories

func (_m *ChannelStore) UpdateSidebarCategories(userId string, teamId string, categories []*model.SidebarCategoryWithChannels) ([]*model.SidebarCategoryWithChannels, []*model.SidebarCategoryWithChannels, error)

UpdateSidebarCategories provides a mock function with given fields: userId, teamId, categories

func (*ChannelStore) UpdateSidebarCategoryOrder

func (_m *ChannelStore) UpdateSidebarCategoryOrder(userId string, teamId string, categoryOrder []string) error

UpdateSidebarCategoryOrder provides a mock function with given fields: userId, teamId, categoryOrder

func (*ChannelStore) UpdateSidebarChannelCategoryOnMove

func (_m *ChannelStore) UpdateSidebarChannelCategoryOnMove(channel *model.Channel, newTeamId string) error

UpdateSidebarChannelCategoryOnMove provides a mock function with given fields: channel, newTeamId

func (*ChannelStore) UpdateSidebarChannelsByPreferences

func (_m *ChannelStore) UpdateSidebarChannelsByPreferences(preferences *model.Preferences) error

UpdateSidebarChannelsByPreferences provides a mock function with given fields: preferences

func (*ChannelStore) UserBelongsToChannels

func (_m *ChannelStore) UserBelongsToChannels(userId string, channelIds []string) (bool, error)

UserBelongsToChannels provides a mock function with given fields: userId, channelIds

type ClusterDiscoveryStore

type ClusterDiscoveryStore struct {
	mock.Mock
}

ClusterDiscoveryStore is an autogenerated mock type for the ClusterDiscoveryStore type

func (*ClusterDiscoveryStore) Cleanup

func (_m *ClusterDiscoveryStore) Cleanup() error

Cleanup provides a mock function with given fields:

func (*ClusterDiscoveryStore) Delete

func (_m *ClusterDiscoveryStore) Delete(discovery *model.ClusterDiscovery) (bool, error)

Delete provides a mock function with given fields: discovery

func (*ClusterDiscoveryStore) Exists

func (_m *ClusterDiscoveryStore) Exists(discovery *model.ClusterDiscovery) (bool, error)

Exists provides a mock function with given fields: discovery

func (*ClusterDiscoveryStore) GetAll

func (_m *ClusterDiscoveryStore) GetAll(discoveryType string, clusterName string) ([]*model.ClusterDiscovery, error)

GetAll provides a mock function with given fields: discoveryType, clusterName

func (*ClusterDiscoveryStore) Save

func (_m *ClusterDiscoveryStore) Save(discovery *model.ClusterDiscovery) error

Save provides a mock function with given fields: discovery

func (*ClusterDiscoveryStore) SetLastPingAt

func (_m *ClusterDiscoveryStore) SetLastPingAt(discovery *model.ClusterDiscovery) error

SetLastPingAt provides a mock function with given fields: discovery

type CommandStore

type CommandStore struct {
	mock.Mock
}

CommandStore is an autogenerated mock type for the CommandStore type

func (*CommandStore) AnalyticsCommandCount

func (_m *CommandStore) AnalyticsCommandCount(teamId string) (int64, error)

AnalyticsCommandCount provides a mock function with given fields: teamId

func (*CommandStore) Delete

func (_m *CommandStore) Delete(commandId string, time int64) error

Delete provides a mock function with given fields: commandId, time

func (*CommandStore) Get

func (_m *CommandStore) Get(id string) (*model.Command, error)

Get provides a mock function with given fields: id

func (*CommandStore) GetByTeam

func (_m *CommandStore) GetByTeam(teamId string) ([]*model.Command, error)

GetByTeam provides a mock function with given fields: teamId

func (*CommandStore) GetByTrigger

func (_m *CommandStore) GetByTrigger(teamId string, trigger string) (*model.Command, error)

GetByTrigger provides a mock function with given fields: teamId, trigger

func (*CommandStore) PermanentDeleteByTeam

func (_m *CommandStore) PermanentDeleteByTeam(teamId string) error

PermanentDeleteByTeam provides a mock function with given fields: teamId

func (*CommandStore) PermanentDeleteByUser

func (_m *CommandStore) PermanentDeleteByUser(userId string) error

PermanentDeleteByUser provides a mock function with given fields: userId

func (*CommandStore) Save

func (_m *CommandStore) Save(webhook *model.Command) (*model.Command, error)

Save provides a mock function with given fields: webhook

func (*CommandStore) Update

func (_m *CommandStore) Update(hook *model.Command) (*model.Command, error)

Update provides a mock function with given fields: hook

type CommandWebhookStore

type CommandWebhookStore struct {
	mock.Mock
}

CommandWebhookStore is an autogenerated mock type for the CommandWebhookStore type

func (*CommandWebhookStore) Cleanup

func (_m *CommandWebhookStore) Cleanup()

Cleanup provides a mock function with given fields:

func (*CommandWebhookStore) Get

Get provides a mock function with given fields: id

func (*CommandWebhookStore) Save

Save provides a mock function with given fields: webhook

func (*CommandWebhookStore) TryUse

func (_m *CommandWebhookStore) TryUse(id string, limit int) error

TryUse provides a mock function with given fields: id, limit

type ComplianceStore

type ComplianceStore struct {
	mock.Mock
}

ComplianceStore is an autogenerated mock type for the ComplianceStore type

func (*ComplianceStore) ComplianceExport

func (_m *ComplianceStore) ComplianceExport(compliance *model.Compliance) ([]*model.CompliancePost, error)

ComplianceExport provides a mock function with given fields: compliance

func (*ComplianceStore) Get

func (_m *ComplianceStore) Get(id string) (*model.Compliance, error)

Get provides a mock function with given fields: id

func (*ComplianceStore) GetAll

func (_m *ComplianceStore) GetAll(offset int, limit int) (model.Compliances, error)

GetAll provides a mock function with given fields: offset, limit

func (*ComplianceStore) MessageExport

func (_m *ComplianceStore) MessageExport(after int64, limit int) ([]*model.MessageExport, error)

MessageExport provides a mock function with given fields: after, limit

func (*ComplianceStore) Save

func (_m *ComplianceStore) Save(compliance *model.Compliance) (*model.Compliance, error)

Save provides a mock function with given fields: compliance

func (*ComplianceStore) Update

func (_m *ComplianceStore) Update(compliance *model.Compliance) (*model.Compliance, error)

Update provides a mock function with given fields: compliance

type EmojiStore

type EmojiStore struct {
	mock.Mock
}

EmojiStore is an autogenerated mock type for the EmojiStore type

func (*EmojiStore) Delete

func (_m *EmojiStore) Delete(emoji *model.Emoji, time int64) error

Delete provides a mock function with given fields: emoji, time

func (*EmojiStore) Get

func (_m *EmojiStore) Get(id string, allowFromCache bool) (*model.Emoji, error)

Get provides a mock function with given fields: id, allowFromCache

func (*EmojiStore) GetByName

func (_m *EmojiStore) GetByName(name string, allowFromCache bool) (*model.Emoji, error)

GetByName provides a mock function with given fields: name, allowFromCache

func (*EmojiStore) GetList

func (_m *EmojiStore) GetList(offset int, limit int, sort string) ([]*model.Emoji, error)

GetList provides a mock function with given fields: offset, limit, sort

func (*EmojiStore) GetMultipleByName

func (_m *EmojiStore) GetMultipleByName(names []string) ([]*model.Emoji, error)

GetMultipleByName provides a mock function with given fields: names

func (*EmojiStore) Save

func (_m *EmojiStore) Save(emoji *model.Emoji) (*model.Emoji, error)

Save provides a mock function with given fields: emoji

func (*EmojiStore) Search

func (_m *EmojiStore) Search(name string, prefixOnly bool, limit int) ([]*model.Emoji, error)

Search provides a mock function with given fields: name, prefixOnly, limit

type FileInfoStore

type FileInfoStore struct {
	mock.Mock
}

FileInfoStore is an autogenerated mock type for the FileInfoStore type

func (*FileInfoStore) AttachToPost

func (_m *FileInfoStore) AttachToPost(fileId string, postId string, creatorId string) error

AttachToPost provides a mock function with given fields: fileId, postId, creatorId

func (*FileInfoStore) ClearCaches

func (_m *FileInfoStore) ClearCaches()

ClearCaches provides a mock function with given fields:

func (*FileInfoStore) DeleteForPost

func (_m *FileInfoStore) DeleteForPost(postId string) (string, error)

DeleteForPost provides a mock function with given fields: postId

func (*FileInfoStore) Get

func (_m *FileInfoStore) Get(id string) (*model.FileInfo, error)

Get provides a mock function with given fields: id

func (*FileInfoStore) GetByIds

func (_m *FileInfoStore) GetByIds(ids []string) ([]*model.FileInfo, error)

GetByIds provides a mock function with given fields: ids

func (*FileInfoStore) GetByPath

func (_m *FileInfoStore) GetByPath(path string) (*model.FileInfo, error)

GetByPath provides a mock function with given fields: path

func (*FileInfoStore) GetForPost

func (_m *FileInfoStore) GetForPost(postId string, readFromMaster bool, includeDeleted bool, allowFromCache bool) ([]*model.FileInfo, error)

GetForPost provides a mock function with given fields: postId, readFromMaster, includeDeleted, allowFromCache

func (*FileInfoStore) GetForUser

func (_m *FileInfoStore) GetForUser(userId string) ([]*model.FileInfo, error)

GetForUser provides a mock function with given fields: userId

func (*FileInfoStore) GetWithOptions

func (_m *FileInfoStore) GetWithOptions(page int, perPage int, opt *model.GetFileInfosOptions) ([]*model.FileInfo, error)

GetWithOptions provides a mock function with given fields: page, perPage, opt

func (*FileInfoStore) InvalidateFileInfosForPostCache

func (_m *FileInfoStore) InvalidateFileInfosForPostCache(postId string, deleted bool)

InvalidateFileInfosForPostCache provides a mock function with given fields: postId, deleted

func (*FileInfoStore) PermanentDelete

func (_m *FileInfoStore) PermanentDelete(fileId string) error

PermanentDelete provides a mock function with given fields: fileId

func (*FileInfoStore) PermanentDeleteBatch

func (_m *FileInfoStore) PermanentDeleteBatch(endTime int64, limit int64) (int64, error)

PermanentDeleteBatch provides a mock function with given fields: endTime, limit

func (*FileInfoStore) PermanentDeleteByUser

func (_m *FileInfoStore) PermanentDeleteByUser(userId string) (int64, error)

PermanentDeleteByUser provides a mock function with given fields: userId

func (*FileInfoStore) Save

func (_m *FileInfoStore) Save(info *model.FileInfo) (*model.FileInfo, error)

Save provides a mock function with given fields: info

func (*FileInfoStore) Search

func (_m *FileInfoStore) Search(paramsList []*model.SearchParams, userId string, teamId string, page int, perPage int) (*model.FileInfoList, error)

Search provides a mock function with given fields: paramsList, userId, teamId, page, perPage

func (*FileInfoStore) SetContent

func (_m *FileInfoStore) SetContent(fileId string, content string) error

SetContent provides a mock function with given fields: fileId, content

func (*FileInfoStore) Upsert

func (_m *FileInfoStore) Upsert(info *model.FileInfo) (*model.FileInfo, error)

Upsert provides a mock function with given fields: info

type GroupStore

type GroupStore struct {
	mock.Mock
}

GroupStore is an autogenerated mock type for the GroupStore type

func (*GroupStore) AdminRoleGroupsForSyncableMember

func (_m *GroupStore) AdminRoleGroupsForSyncableMember(userID string, syncableID string, syncableType model.GroupSyncableType) ([]string, error)

AdminRoleGroupsForSyncableMember provides a mock function with given fields: userID, syncableID, syncableType

func (*GroupStore) ChannelMembersMinusGroupMembers

func (_m *GroupStore) ChannelMembersMinusGroupMembers(channelID string, groupIDs []string, page int, perPage int) ([]*model.UserWithGroups, error)

ChannelMembersMinusGroupMembers provides a mock function with given fields: channelID, groupIDs, page, perPage

func (*GroupStore) ChannelMembersToAdd

func (_m *GroupStore) ChannelMembersToAdd(since int64, channelID *string) ([]*model.UserChannelIDPair, error)

ChannelMembersToAdd provides a mock function with given fields: since, channelID

func (*GroupStore) ChannelMembersToRemove

func (_m *GroupStore) ChannelMembersToRemove(channelID *string) ([]*model.ChannelMember, error)

ChannelMembersToRemove provides a mock function with given fields: channelID

func (*GroupStore) CountChannelMembersMinusGroupMembers

func (_m *GroupStore) CountChannelMembersMinusGroupMembers(channelID string, groupIDs []string) (int64, error)

CountChannelMembersMinusGroupMembers provides a mock function with given fields: channelID, groupIDs

func (*GroupStore) CountGroupsByChannel

func (_m *GroupStore) CountGroupsByChannel(channelId string, opts model.GroupSearchOpts) (int64, error)

CountGroupsByChannel provides a mock function with given fields: channelId, opts

func (*GroupStore) CountGroupsByTeam

func (_m *GroupStore) CountGroupsByTeam(teamId string, opts model.GroupSearchOpts) (int64, error)

CountGroupsByTeam provides a mock function with given fields: teamId, opts

func (*GroupStore) CountTeamMembersMinusGroupMembers

func (_m *GroupStore) CountTeamMembersMinusGroupMembers(teamID string, groupIDs []string) (int64, error)

CountTeamMembersMinusGroupMembers provides a mock function with given fields: teamID, groupIDs

func (*GroupStore) Create

func (_m *GroupStore) Create(group *model.Group) (*model.Group, error)

Create provides a mock function with given fields: group

func (*GroupStore) CreateGroupSyncable

func (_m *GroupStore) CreateGroupSyncable(groupSyncable *model.GroupSyncable) (*model.GroupSyncable, error)

CreateGroupSyncable provides a mock function with given fields: groupSyncable

func (*GroupStore) Delete

func (_m *GroupStore) Delete(groupID string) (*model.Group, error)

Delete provides a mock function with given fields: groupID

func (*GroupStore) DeleteGroupSyncable

func (_m *GroupStore) DeleteGroupSyncable(groupID string, syncableID string, syncableType model.GroupSyncableType) (*model.GroupSyncable, error)

DeleteGroupSyncable provides a mock function with given fields: groupID, syncableID, syncableType

func (*GroupStore) DeleteMember

func (_m *GroupStore) DeleteMember(groupID string, userID string) (*model.GroupMember, error)

DeleteMember provides a mock function with given fields: groupID, userID

func (*GroupStore) DistinctGroupMemberCount

func (_m *GroupStore) DistinctGroupMemberCount() (int64, error)

DistinctGroupMemberCount provides a mock function with given fields:

func (*GroupStore) Get

func (_m *GroupStore) Get(groupID string) (*model.Group, error)

Get provides a mock function with given fields: groupID

func (*GroupStore) GetAllBySource

func (_m *GroupStore) GetAllBySource(groupSource model.GroupSource) ([]*model.Group, error)

GetAllBySource provides a mock function with given fields: groupSource

func (*GroupStore) GetAllGroupSyncablesByGroupId

func (_m *GroupStore) GetAllGroupSyncablesByGroupId(groupID string, syncableType model.GroupSyncableType) ([]*model.GroupSyncable, error)

GetAllGroupSyncablesByGroupId provides a mock function with given fields: groupID, syncableType

func (*GroupStore) GetByIDs

func (_m *GroupStore) GetByIDs(groupIDs []string) ([]*model.Group, error)

GetByIDs provides a mock function with given fields: groupIDs

func (*GroupStore) GetByName

func (_m *GroupStore) GetByName(name string, opts model.GroupSearchOpts) (*model.Group, error)

GetByName provides a mock function with given fields: name, opts

func (*GroupStore) GetByRemoteID

func (_m *GroupStore) GetByRemoteID(remoteID string, groupSource model.GroupSource) (*model.Group, error)

GetByRemoteID provides a mock function with given fields: remoteID, groupSource

func (*GroupStore) GetByUser

func (_m *GroupStore) GetByUser(userId string) ([]*model.Group, error)

GetByUser provides a mock function with given fields: userId

func (*GroupStore) GetGroupSyncable

func (_m *GroupStore) GetGroupSyncable(groupID string, syncableID string, syncableType model.GroupSyncableType) (*model.GroupSyncable, error)

GetGroupSyncable provides a mock function with given fields: groupID, syncableID, syncableType

func (*GroupStore) GetGroups

func (_m *GroupStore) GetGroups(page int, perPage int, opts model.GroupSearchOpts) ([]*model.Group, error)

GetGroups provides a mock function with given fields: page, perPage, opts

func (*GroupStore) GetGroupsAssociatedToChannelsByTeam

func (_m *GroupStore) GetGroupsAssociatedToChannelsByTeam(teamId string, opts model.GroupSearchOpts) (map[string][]*model.GroupWithSchemeAdmin, error)

GetGroupsAssociatedToChannelsByTeam provides a mock function with given fields: teamId, opts

func (*GroupStore) GetGroupsByChannel

func (_m *GroupStore) GetGroupsByChannel(channelId string, opts model.GroupSearchOpts) ([]*model.GroupWithSchemeAdmin, error)

GetGroupsByChannel provides a mock function with given fields: channelId, opts

func (*GroupStore) GetGroupsByTeam

func (_m *GroupStore) GetGroupsByTeam(teamId string, opts model.GroupSearchOpts) ([]*model.GroupWithSchemeAdmin, error)

GetGroupsByTeam provides a mock function with given fields: teamId, opts

func (*GroupStore) GetMemberCount

func (_m *GroupStore) GetMemberCount(groupID string) (int64, error)

GetMemberCount provides a mock function with given fields: groupID

func (*GroupStore) GetMemberUsers

func (_m *GroupStore) GetMemberUsers(groupID string) ([]*model.User, error)

GetMemberUsers provides a mock function with given fields: groupID

func (*GroupStore) GetMemberUsersInTeam

func (_m *GroupStore) GetMemberUsersInTeam(groupID string, teamID string) ([]*model.User, error)

GetMemberUsersInTeam provides a mock function with given fields: groupID, teamID

func (*GroupStore) GetMemberUsersNotInChannel

func (_m *GroupStore) GetMemberUsersNotInChannel(groupID string, channelID string) ([]*model.User, error)

GetMemberUsersNotInChannel provides a mock function with given fields: groupID, channelID

func (*GroupStore) GetMemberUsersPage

func (_m *GroupStore) GetMemberUsersPage(groupID string, page int, perPage int) ([]*model.User, error)

GetMemberUsersPage provides a mock function with given fields: groupID, page, perPage

func (*GroupStore) GroupChannelCount

func (_m *GroupStore) GroupChannelCount() (int64, error)

GroupChannelCount provides a mock function with given fields:

func (*GroupStore) GroupCount

func (_m *GroupStore) GroupCount() (int64, error)

GroupCount provides a mock function with given fields:

func (*GroupStore) GroupCountWithAllowReference

func (_m *GroupStore) GroupCountWithAllowReference() (int64, error)

GroupCountWithAllowReference provides a mock function with given fields:

func (*GroupStore) GroupMemberCount

func (_m *GroupStore) GroupMemberCount() (int64, error)

GroupMemberCount provides a mock function with given fields:

func (*GroupStore) GroupTeamCount

func (_m *GroupStore) GroupTeamCount() (int64, error)

GroupTeamCount provides a mock function with given fields:

func (*GroupStore) PermanentDeleteMembersByUser

func (_m *GroupStore) PermanentDeleteMembersByUser(userId string) error

PermanentDeleteMembersByUser provides a mock function with given fields: userId

func (*GroupStore) PermittedSyncableAdmins

func (_m *GroupStore) PermittedSyncableAdmins(syncableID string, syncableType model.GroupSyncableType) ([]string, error)

PermittedSyncableAdmins provides a mock function with given fields: syncableID, syncableType

func (*GroupStore) TeamMembersMinusGroupMembers

func (_m *GroupStore) TeamMembersMinusGroupMembers(teamID string, groupIDs []string, page int, perPage int) ([]*model.UserWithGroups, error)

TeamMembersMinusGroupMembers provides a mock function with given fields: teamID, groupIDs, page, perPage

func (*GroupStore) TeamMembersToAdd

func (_m *GroupStore) TeamMembersToAdd(since int64, teamID *string) ([]*model.UserTeamIDPair, error)

TeamMembersToAdd provides a mock function with given fields: since, teamID

func (*GroupStore) TeamMembersToRemove

func (_m *GroupStore) TeamMembersToRemove(teamID *string) ([]*model.TeamMember, error)

TeamMembersToRemove provides a mock function with given fields: teamID

func (*GroupStore) Update

func (_m *GroupStore) Update(group *model.Group) (*model.Group, error)

Update provides a mock function with given fields: group

func (*GroupStore) UpdateGroupSyncable

func (_m *GroupStore) UpdateGroupSyncable(groupSyncable *model.GroupSyncable) (*model.GroupSyncable, error)

UpdateGroupSyncable provides a mock function with given fields: groupSyncable

func (*GroupStore) UpsertMember

func (_m *GroupStore) UpsertMember(groupID string, userID string) (*model.GroupMember, error)

UpsertMember provides a mock function with given fields: groupID, userID

type JSONSerializable

type JSONSerializable struct {
	mock.Mock
}

JSONSerializable is an autogenerated mock type for the JSONSerializable type

func (*JSONSerializable) ToJson

func (_m *JSONSerializable) ToJson() string

ToJson provides a mock function with given fields:

type JobStore

type JobStore struct {
	mock.Mock
}

JobStore is an autogenerated mock type for the JobStore type

func (*JobStore) Delete

func (_m *JobStore) Delete(id string) (string, error)

Delete provides a mock function with given fields: id

func (*JobStore) Get

func (_m *JobStore) Get(id string) (*model.Job, error)

Get provides a mock function with given fields: id

func (*JobStore) GetAllByStatus

func (_m *JobStore) GetAllByStatus(status string) ([]*model.Job, error)

GetAllByStatus provides a mock function with given fields: status

func (*JobStore) GetAllByType

func (_m *JobStore) GetAllByType(jobType string) ([]*model.Job, error)

GetAllByType provides a mock function with given fields: jobType

func (*JobStore) GetAllByTypePage

func (_m *JobStore) GetAllByTypePage(jobType string, offset int, limit int) ([]*model.Job, error)

GetAllByTypePage provides a mock function with given fields: jobType, offset, limit

func (*JobStore) GetAllPage

func (_m *JobStore) GetAllPage(offset int, limit int) ([]*model.Job, error)

GetAllPage provides a mock function with given fields: offset, limit

func (*JobStore) GetCountByStatusAndType

func (_m *JobStore) GetCountByStatusAndType(status string, jobType string) (int64, error)

GetCountByStatusAndType provides a mock function with given fields: status, jobType

func (*JobStore) GetNewestJobByStatusAndType

func (_m *JobStore) GetNewestJobByStatusAndType(status string, jobType string) (*model.Job, error)

GetNewestJobByStatusAndType provides a mock function with given fields: status, jobType

func (*JobStore) GetNewestJobByStatusesAndType

func (_m *JobStore) GetNewestJobByStatusesAndType(statuses []string, jobType string) (*model.Job, error)

GetNewestJobByStatusesAndType provides a mock function with given fields: statuses, jobType

func (*JobStore) Save

func (_m *JobStore) Save(job *model.Job) (*model.Job, error)

Save provides a mock function with given fields: job

func (*JobStore) UpdateOptimistically

func (_m *JobStore) UpdateOptimistically(job *model.Job, currentStatus string) (bool, error)

UpdateOptimistically provides a mock function with given fields: job, currentStatus

func (*JobStore) UpdateStatus

func (_m *JobStore) UpdateStatus(id string, status string) (*model.Job, error)

UpdateStatus provides a mock function with given fields: id, status

func (*JobStore) UpdateStatusOptimistically

func (_m *JobStore) UpdateStatusOptimistically(id string, currentStatus string, newStatus string) (bool, error)

UpdateStatusOptimistically provides a mock function with given fields: id, currentStatus, newStatus

type LicenseStore

type LicenseStore struct {
	mock.Mock
}

LicenseStore is an autogenerated mock type for the LicenseStore type

func (*LicenseStore) Get

func (_m *LicenseStore) Get(id string) (*model.LicenseRecord, error)

Get provides a mock function with given fields: id

func (*LicenseStore) Save

func (_m *LicenseStore) Save(license *model.LicenseRecord) (*model.LicenseRecord, error)

Save provides a mock function with given fields: license

type LinkMetadataStore

type LinkMetadataStore struct {
	mock.Mock
}

LinkMetadataStore is an autogenerated mock type for the LinkMetadataStore type

func (*LinkMetadataStore) Get

func (_m *LinkMetadataStore) Get(url string, timestamp int64) (*model.LinkMetadata, error)

Get provides a mock function with given fields: url, timestamp

func (*LinkMetadataStore) Save

func (_m *LinkMetadataStore) Save(linkMetadata *model.LinkMetadata) (*model.LinkMetadata, error)

Save provides a mock function with given fields: linkMetadata

type OAuthStore

type OAuthStore struct {
	mock.Mock
}

OAuthStore is an autogenerated mock type for the OAuthStore type

func (*OAuthStore) DeleteApp

func (_m *OAuthStore) DeleteApp(id string) error

DeleteApp provides a mock function with given fields: id

func (*OAuthStore) GetAccessData

func (_m *OAuthStore) GetAccessData(token string) (*model.AccessData, error)

GetAccessData provides a mock function with given fields: token

func (*OAuthStore) GetAccessDataByRefreshToken

func (_m *OAuthStore) GetAccessDataByRefreshToken(token string) (*model.AccessData, error)

GetAccessDataByRefreshToken provides a mock function with given fields: token

func (*OAuthStore) GetAccessDataByUserForApp

func (_m *OAuthStore) GetAccessDataByUserForApp(userId string, clientId string) ([]*model.AccessData, error)

GetAccessDataByUserForApp provides a mock function with given fields: userId, clientId

func (*OAuthStore) GetApp

func (_m *OAuthStore) GetApp(id string) (*model.OAuthApp, error)

GetApp provides a mock function with given fields: id

func (*OAuthStore) GetAppByUser

func (_m *OAuthStore) GetAppByUser(userId string, offset int, limit int) ([]*model.OAuthApp, error)

GetAppByUser provides a mock function with given fields: userId, offset, limit

func (*OAuthStore) GetApps

func (_m *OAuthStore) GetApps(offset int, limit int) ([]*model.OAuthApp, error)

GetApps provides a mock function with given fields: offset, limit

func (*OAuthStore) GetAuthData

func (_m *OAuthStore) GetAuthData(code string) (*model.AuthData, error)

GetAuthData provides a mock function with given fields: code

func (*OAuthStore) GetAuthorizedApps

func (_m *OAuthStore) GetAuthorizedApps(userId string, offset int, limit int) ([]*model.OAuthApp, error)

GetAuthorizedApps provides a mock function with given fields: userId, offset, limit

func (*OAuthStore) GetPreviousAccessData

func (_m *OAuthStore) GetPreviousAccessData(userId string, clientId string) (*model.AccessData, error)

GetPreviousAccessData provides a mock function with given fields: userId, clientId

func (*OAuthStore) PermanentDeleteAuthDataByUser

func (_m *OAuthStore) PermanentDeleteAuthDataByUser(userId string) error

PermanentDeleteAuthDataByUser provides a mock function with given fields: userId

func (*OAuthStore) RemoveAccessData

func (_m *OAuthStore) RemoveAccessData(token string) error

RemoveAccessData provides a mock function with given fields: token

func (*OAuthStore) RemoveAllAccessData

func (_m *OAuthStore) RemoveAllAccessData() error

RemoveAllAccessData provides a mock function with given fields:

func (*OAuthStore) RemoveAuthData

func (_m *OAuthStore) RemoveAuthData(code string) error

RemoveAuthData provides a mock function with given fields: code

func (*OAuthStore) SaveAccessData

func (_m *OAuthStore) SaveAccessData(accessData *model.AccessData) (*model.AccessData, error)

SaveAccessData provides a mock function with given fields: accessData

func (*OAuthStore) SaveApp

func (_m *OAuthStore) SaveApp(app *model.OAuthApp) (*model.OAuthApp, error)

SaveApp provides a mock function with given fields: app

func (*OAuthStore) SaveAuthData

func (_m *OAuthStore) SaveAuthData(authData *model.AuthData) (*model.AuthData, error)

SaveAuthData provides a mock function with given fields: authData

func (*OAuthStore) UpdateAccessData

func (_m *OAuthStore) UpdateAccessData(accessData *model.AccessData) (*model.AccessData, error)

UpdateAccessData provides a mock function with given fields: accessData

func (*OAuthStore) UpdateApp

func (_m *OAuthStore) UpdateApp(app *model.OAuthApp) (*model.OAuthApp, error)

UpdateApp provides a mock function with given fields: app

type ObjectCache

type ObjectCache struct {
	mock.Mock
}

ObjectCache is an autogenerated mock type for the ObjectCache type

func (*ObjectCache) AddWithDefaultExpires

func (_m *ObjectCache) AddWithDefaultExpires(key interface{}, value interface{})

AddWithDefaultExpires provides a mock function with given fields: key, value

func (*ObjectCache) AddWithExpiresInSecs

func (_m *ObjectCache) AddWithExpiresInSecs(key interface{}, value interface{}, expireAtSecs int64)

AddWithExpiresInSecs provides a mock function with given fields: key, value, expireAtSecs

func (*ObjectCache) Get

func (_m *ObjectCache) Get(key interface{}) (interface{}, bool)

Get provides a mock function with given fields: key

func (*ObjectCache) GetInvalidateClusterEvent

func (_m *ObjectCache) GetInvalidateClusterEvent() string

GetInvalidateClusterEvent provides a mock function with given fields:

func (*ObjectCache) Len

func (_m *ObjectCache) Len() int

Len provides a mock function with given fields:

func (*ObjectCache) Name

func (_m *ObjectCache) Name() string

Name provides a mock function with given fields:

func (*ObjectCache) Purge

func (_m *ObjectCache) Purge()

Purge provides a mock function with given fields:

func (*ObjectCache) Remove

func (_m *ObjectCache) Remove(key interface{})

Remove provides a mock function with given fields: key

type PluginStore

type PluginStore struct {
	mock.Mock
}

PluginStore is an autogenerated mock type for the PluginStore type

func (*PluginStore) CompareAndDelete

func (_m *PluginStore) CompareAndDelete(keyVal *model.PluginKeyValue, oldValue []byte) (bool, error)

CompareAndDelete provides a mock function with given fields: keyVal, oldValue

func (*PluginStore) CompareAndSet

func (_m *PluginStore) CompareAndSet(keyVal *model.PluginKeyValue, oldValue []byte) (bool, error)

CompareAndSet provides a mock function with given fields: keyVal, oldValue

func (*PluginStore) Delete

func (_m *PluginStore) Delete(pluginId string, key string) error

Delete provides a mock function with given fields: pluginId, key

func (*PluginStore) DeleteAllExpired

func (_m *PluginStore) DeleteAllExpired() error

DeleteAllExpired provides a mock function with given fields:

func (*PluginStore) DeleteAllForPlugin

func (_m *PluginStore) DeleteAllForPlugin(PluginId string) error

DeleteAllForPlugin provides a mock function with given fields: PluginId

func (*PluginStore) Get

func (_m *PluginStore) Get(pluginId string, key string) (*model.PluginKeyValue, error)

Get provides a mock function with given fields: pluginId, key

func (*PluginStore) List

func (_m *PluginStore) List(pluginId string, page int, perPage int) ([]string, error)

List provides a mock function with given fields: pluginId, page, perPage

func (*PluginStore) SaveOrUpdate

func (_m *PluginStore) SaveOrUpdate(keyVal *model.PluginKeyValue) (*model.PluginKeyValue, error)

SaveOrUpdate provides a mock function with given fields: keyVal

func (*PluginStore) SetWithOptions

func (_m *PluginStore) SetWithOptions(pluginId string, key string, value []byte, options model.PluginKVSetOptions) (bool, error)

SetWithOptions provides a mock function with given fields: pluginId, key, value, options

type PostStore

type PostStore struct {
	mock.Mock
}

PostStore is an autogenerated mock type for the PostStore type

func (*PostStore) AnalyticsPostCount

func (_m *PostStore) AnalyticsPostCount(teamId string, mustHaveFile bool, mustHaveHashtag bool) (int64, error)

AnalyticsPostCount provides a mock function with given fields: teamId, mustHaveFile, mustHaveHashtag

func (*PostStore) AnalyticsPostCountsByDay

func (_m *PostStore) AnalyticsPostCountsByDay(options *model.AnalyticsPostCountsOptions) (model.AnalyticsRows, error)

AnalyticsPostCountsByDay provides a mock function with given fields: options

func (*PostStore) AnalyticsUserCountsWithPostsByDay

func (_m *PostStore) AnalyticsUserCountsWithPostsByDay(teamId string) (model.AnalyticsRows, error)

AnalyticsUserCountsWithPostsByDay provides a mock function with given fields: teamId

func (*PostStore) ClearCaches

func (_m *PostStore) ClearCaches()

ClearCaches provides a mock function with given fields:

func (*PostStore) Delete

func (_m *PostStore) Delete(postId string, time int64, deleteByID string) error

Delete provides a mock function with given fields: postId, time, deleteByID

func (*PostStore) Get

func (_m *PostStore) Get(id string, skipFetchThreads bool, collapsedThreads bool, collapsedThreadsExtended bool) (*model.PostList, error)

Get provides a mock function with given fields: id, skipFetchThreads, collapsedThreads, collapsedThreadsExtended

func (*PostStore) GetDirectPostParentsForExportAfter

func (_m *PostStore) GetDirectPostParentsForExportAfter(limit int, afterId string) ([]*model.DirectPostForExport, error)

GetDirectPostParentsForExportAfter provides a mock function with given fields: limit, afterId

func (*PostStore) GetEtag

func (_m *PostStore) GetEtag(channelId string, allowFromCache bool, collapsedThreads bool) string

GetEtag provides a mock function with given fields: channelId, allowFromCache, collapsedThreads

func (*PostStore) GetFlaggedPosts

func (_m *PostStore) GetFlaggedPosts(userId string, offset int, limit int) (*model.PostList, error)

GetFlaggedPosts provides a mock function with given fields: userId, offset, limit

func (*PostStore) GetFlaggedPostsForChannel

func (_m *PostStore) GetFlaggedPostsForChannel(userId string, channelId string, offset int, limit int) (*model.PostList, error)

GetFlaggedPostsForChannel provides a mock function with given fields: userId, channelId, offset, limit

func (*PostStore) GetFlaggedPostsForTeam

func (_m *PostStore) GetFlaggedPostsForTeam(userId string, teamId string, offset int, limit int) (*model.PostList, error)

GetFlaggedPostsForTeam provides a mock function with given fields: userId, teamId, offset, limit

func (*PostStore) GetMaxPostSize

func (_m *PostStore) GetMaxPostSize() int

GetMaxPostSize provides a mock function with given fields:

func (*PostStore) GetOldest

func (_m *PostStore) GetOldest() (*model.Post, error)

GetOldest provides a mock function with given fields:

func (*PostStore) GetOldestEntityCreationTime

func (_m *PostStore) GetOldestEntityCreationTime() (int64, error)

GetOldestEntityCreationTime provides a mock function with given fields:

func (*PostStore) GetParentsForExportAfter

func (_m *PostStore) GetParentsForExportAfter(limit int, afterId string) ([]*model.PostForExport, error)

GetParentsForExportAfter provides a mock function with given fields: limit, afterId

func (*PostStore) GetPostAfterTime

func (_m *PostStore) GetPostAfterTime(channelId string, time int64) (*model.Post, error)

GetPostAfterTime provides a mock function with given fields: channelId, time

func (*PostStore) GetPostIdAfterTime

func (_m *PostStore) GetPostIdAfterTime(channelId string, time int64) (string, error)

GetPostIdAfterTime provides a mock function with given fields: channelId, time

func (*PostStore) GetPostIdBeforeTime

func (_m *PostStore) GetPostIdBeforeTime(channelId string, time int64) (string, error)

GetPostIdBeforeTime provides a mock function with given fields: channelId, time

func (*PostStore) GetPosts

func (_m *PostStore) GetPosts(options model.GetPostsOptions, allowFromCache bool) (*model.PostList, error)

GetPosts provides a mock function with given fields: options, allowFromCache

func (*PostStore) GetPostsAfter

func (_m *PostStore) GetPostsAfter(options model.GetPostsOptions) (*model.PostList, error)

GetPostsAfter provides a mock function with given fields: options

func (*PostStore) GetPostsBatchForIndexing

func (_m *PostStore) GetPostsBatchForIndexing(startTime int64, endTime int64, limit int) ([]*model.PostForIndexing, error)

GetPostsBatchForIndexing provides a mock function with given fields: startTime, endTime, limit

func (*PostStore) GetPostsBefore

func (_m *PostStore) GetPostsBefore(options model.GetPostsOptions) (*model.PostList, error)

GetPostsBefore provides a mock function with given fields: options

func (*PostStore) GetPostsByIds

func (_m *PostStore) GetPostsByIds(postIds []string) ([]*model.Post, error)

GetPostsByIds provides a mock function with given fields: postIds

func (*PostStore) GetPostsCreatedAt

func (_m *PostStore) GetPostsCreatedAt(channelId string, time int64) ([]*model.Post, error)

GetPostsCreatedAt provides a mock function with given fields: channelId, time

func (*PostStore) GetPostsSince

func (_m *PostStore) GetPostsSince(options model.GetPostsSinceOptions, allowFromCache bool) (*model.PostList, error)

GetPostsSince provides a mock function with given fields: options, allowFromCache

func (*PostStore) GetRepliesForExport

func (_m *PostStore) GetRepliesForExport(parentId string) ([]*model.ReplyForExport, error)

GetRepliesForExport provides a mock function with given fields: parentId

func (*PostStore) GetSingle

func (_m *PostStore) GetSingle(id string) (*model.Post, error)

GetSingle provides a mock function with given fields: id

func (*PostStore) InvalidateLastPostTimeCache

func (_m *PostStore) InvalidateLastPostTimeCache(channelId string)

InvalidateLastPostTimeCache provides a mock function with given fields: channelId

func (*PostStore) Overwrite

func (_m *PostStore) Overwrite(post *model.Post) (*model.Post, error)

Overwrite provides a mock function with given fields: post

func (*PostStore) OverwriteMultiple

func (_m *PostStore) OverwriteMultiple(posts []*model.Post) ([]*model.Post, int, error)

OverwriteMultiple provides a mock function with given fields: posts

func (*PostStore) PermanentDeleteBatch

func (_m *PostStore) PermanentDeleteBatch(endTime int64, limit int64) (int64, error)

PermanentDeleteBatch provides a mock function with given fields: endTime, limit

func (*PostStore) PermanentDeleteByChannel

func (_m *PostStore) PermanentDeleteByChannel(channelId string) error

PermanentDeleteByChannel provides a mock function with given fields: channelId

func (*PostStore) PermanentDeleteByUser

func (_m *PostStore) PermanentDeleteByUser(userId string) error

PermanentDeleteByUser provides a mock function with given fields: userId

func (*PostStore) Save

func (_m *PostStore) Save(post *model.Post) (*model.Post, error)

Save provides a mock function with given fields: post

func (*PostStore) SaveMultiple

func (_m *PostStore) SaveMultiple(posts []*model.Post) ([]*model.Post, int, error)

SaveMultiple provides a mock function with given fields: posts

func (*PostStore) Search

func (_m *PostStore) Search(teamId string, userId string, params *model.SearchParams) (*model.PostList, error)

Search provides a mock function with given fields: teamId, userId, params

func (*PostStore) SearchPostsInTeamForUser

func (_m *PostStore) SearchPostsInTeamForUser(paramsList []*model.SearchParams, userId string, teamId string, page int, perPage int) (*model.PostSearchResults, error)

SearchPostsInTeamForUser provides a mock function with given fields: paramsList, userId, teamId, page, perPage

func (*PostStore) Update

func (_m *PostStore) Update(newPost *model.Post, oldPost *model.Post) (*model.Post, error)

Update provides a mock function with given fields: newPost, oldPost

type PreferenceStore

type PreferenceStore struct {
	mock.Mock
}

PreferenceStore is an autogenerated mock type for the PreferenceStore type

func (*PreferenceStore) CleanupFlagsBatch

func (_m *PreferenceStore) CleanupFlagsBatch(limit int64) (int64, error)

CleanupFlagsBatch provides a mock function with given fields: limit

func (*PreferenceStore) Delete

func (_m *PreferenceStore) Delete(userId string, category string, name string) error

Delete provides a mock function with given fields: userId, category, name

func (*PreferenceStore) DeleteCategory

func (_m *PreferenceStore) DeleteCategory(userId string, category string) error

DeleteCategory provides a mock function with given fields: userId, category

func (*PreferenceStore) DeleteCategoryAndName

func (_m *PreferenceStore) DeleteCategoryAndName(category string, name string) error

DeleteCategoryAndName provides a mock function with given fields: category, name

func (*PreferenceStore) Get

func (_m *PreferenceStore) Get(userId string, category string, name string) (*model.Preference, error)

Get provides a mock function with given fields: userId, category, name

func (*PreferenceStore) GetAll

func (_m *PreferenceStore) GetAll(userId string) (model.Preferences, error)

GetAll provides a mock function with given fields: userId

func (*PreferenceStore) GetCategory

func (_m *PreferenceStore) GetCategory(userId string, category string) (model.Preferences, error)

GetCategory provides a mock function with given fields: userId, category

func (*PreferenceStore) PermanentDeleteByUser

func (_m *PreferenceStore) PermanentDeleteByUser(userId string) error

PermanentDeleteByUser provides a mock function with given fields: userId

func (*PreferenceStore) Save

func (_m *PreferenceStore) Save(preferences *model.Preferences) error

Save provides a mock function with given fields: preferences

type ProductNoticesStore

type ProductNoticesStore struct {
	mock.Mock
}

ProductNoticesStore is an autogenerated mock type for the ProductNoticesStore type

func (*ProductNoticesStore) Clear

func (_m *ProductNoticesStore) Clear(notices []string) error

Clear provides a mock function with given fields: notices

func (*ProductNoticesStore) ClearOldNotices

func (_m *ProductNoticesStore) ClearOldNotices(currentNotices *model.ProductNotices) error

ClearOldNotices provides a mock function with given fields: currentNotices

func (*ProductNoticesStore) GetViews

func (_m *ProductNoticesStore) GetViews(userId string) ([]model.ProductNoticeViewState, error)

GetViews provides a mock function with given fields: userId

func (*ProductNoticesStore) View

func (_m *ProductNoticesStore) View(userId string, notices []string) error

View provides a mock function with given fields: userId, notices

type ReactionStore

type ReactionStore struct {
	mock.Mock
}

ReactionStore is an autogenerated mock type for the ReactionStore type

func (*ReactionStore) BulkGetForPosts

func (_m *ReactionStore) BulkGetForPosts(postIds []string) ([]*model.Reaction, error)

BulkGetForPosts provides a mock function with given fields: postIds

func (*ReactionStore) Delete

func (_m *ReactionStore) Delete(reaction *model.Reaction) (*model.Reaction, error)

Delete provides a mock function with given fields: reaction

func (*ReactionStore) DeleteAllWithEmojiName

func (_m *ReactionStore) DeleteAllWithEmojiName(emojiName string) error

DeleteAllWithEmojiName provides a mock function with given fields: emojiName

func (*ReactionStore) GetForPost

func (_m *ReactionStore) GetForPost(postId string, allowFromCache bool) ([]*model.Reaction, error)

GetForPost provides a mock function with given fields: postId, allowFromCache

func (*ReactionStore) PermanentDeleteBatch

func (_m *ReactionStore) PermanentDeleteBatch(endTime int64, limit int64) (int64, error)

PermanentDeleteBatch provides a mock function with given fields: endTime, limit

func (*ReactionStore) Save

func (_m *ReactionStore) Save(reaction *model.Reaction) (*model.Reaction, error)

Save provides a mock function with given fields: reaction

type RoleStore

type RoleStore struct {
	mock.Mock
}

RoleStore is an autogenerated mock type for the RoleStore type

func (*RoleStore) AllChannelSchemeRoles

func (_m *RoleStore) AllChannelSchemeRoles() ([]*model.Role, error)

AllChannelSchemeRoles provides a mock function with given fields:

func (*RoleStore) ChannelHigherScopedPermissions

func (_m *RoleStore) ChannelHigherScopedPermissions(roleNames []string) (map[string]*model.RolePermissions, error)

ChannelHigherScopedPermissions provides a mock function with given fields: roleNames

func (*RoleStore) ChannelRolesUnderTeamRole

func (_m *RoleStore) ChannelRolesUnderTeamRole(roleName string) ([]*model.Role, error)

ChannelRolesUnderTeamRole provides a mock function with given fields: roleName

func (*RoleStore) Delete

func (_m *RoleStore) Delete(roleId string) (*model.Role, error)

Delete provides a mock function with given fields: roleId

func (*RoleStore) Get

func (_m *RoleStore) Get(roleId string) (*model.Role, error)

Get provides a mock function with given fields: roleId

func (*RoleStore) GetAll

func (_m *RoleStore) GetAll() ([]*model.Role, error)

GetAll provides a mock function with given fields:

func (*RoleStore) GetByName

func (_m *RoleStore) GetByName(name string) (*model.Role, error)

GetByName provides a mock function with given fields: name

func (*RoleStore) GetByNames

func (_m *RoleStore) GetByNames(names []string) ([]*model.Role, error)

GetByNames provides a mock function with given fields: names

func (*RoleStore) PermanentDeleteAll

func (_m *RoleStore) PermanentDeleteAll() error

PermanentDeleteAll provides a mock function with given fields:

func (*RoleStore) Save

func (_m *RoleStore) Save(role *model.Role) (*model.Role, error)

Save provides a mock function with given fields: role

type SchemeStore

type SchemeStore struct {
	mock.Mock
}

SchemeStore is an autogenerated mock type for the SchemeStore type

func (*SchemeStore) CountByScope

func (_m *SchemeStore) CountByScope(scope string) (int64, error)

CountByScope provides a mock function with given fields: scope

func (*SchemeStore) CountWithoutPermission

func (_m *SchemeStore) CountWithoutPermission(scope string, permissionID string, roleScope model.RoleScope, roleType model.RoleType) (int64, error)

CountWithoutPermission provides a mock function with given fields: scope, permissionID, roleScope, roleType

func (*SchemeStore) Delete

func (_m *SchemeStore) Delete(schemeId string) (*model.Scheme, error)

Delete provides a mock function with given fields: schemeId

func (*SchemeStore) Get

func (_m *SchemeStore) Get(schemeId string) (*model.Scheme, error)

Get provides a mock function with given fields: schemeId

func (*SchemeStore) GetAllPage

func (_m *SchemeStore) GetAllPage(scope string, offset int, limit int) ([]*model.Scheme, error)

GetAllPage provides a mock function with given fields: scope, offset, limit

func (*SchemeStore) GetByName

func (_m *SchemeStore) GetByName(schemeName string) (*model.Scheme, error)

GetByName provides a mock function with given fields: schemeName

func (*SchemeStore) PermanentDeleteAll

func (_m *SchemeStore) PermanentDeleteAll() error

PermanentDeleteAll provides a mock function with given fields:

func (*SchemeStore) Save

func (_m *SchemeStore) Save(scheme *model.Scheme) (*model.Scheme, error)

Save provides a mock function with given fields: scheme

type SessionStore

type SessionStore struct {
	mock.Mock
}

SessionStore is an autogenerated mock type for the SessionStore type

func (*SessionStore) AnalyticsSessionCount

func (_m *SessionStore) AnalyticsSessionCount() (int64, error)

AnalyticsSessionCount provides a mock function with given fields:

func (*SessionStore) Cleanup

func (_m *SessionStore) Cleanup(expiryTime int64, batchSize int64)

Cleanup provides a mock function with given fields: expiryTime, batchSize

func (*SessionStore) Get

func (_m *SessionStore) Get(sessionIdOrToken string) (*model.Session, error)

Get provides a mock function with given fields: sessionIdOrToken

func (*SessionStore) GetSessions

func (_m *SessionStore) GetSessions(userId string) ([]*model.Session, error)

GetSessions provides a mock function with given fields: userId

func (*SessionStore) GetSessionsExpired

func (_m *SessionStore) GetSessionsExpired(thresholdMillis int64, mobileOnly bool, unnotifiedOnly bool) ([]*model.Session, error)

GetSessionsExpired provides a mock function with given fields: thresholdMillis, mobileOnly, unnotifiedOnly

func (*SessionStore) GetSessionsWithActiveDeviceIds

func (_m *SessionStore) GetSessionsWithActiveDeviceIds(userId string) ([]*model.Session, error)

GetSessionsWithActiveDeviceIds provides a mock function with given fields: userId

func (*SessionStore) PermanentDeleteSessionsByUser

func (_m *SessionStore) PermanentDeleteSessionsByUser(teamId string) error

PermanentDeleteSessionsByUser provides a mock function with given fields: teamId

func (*SessionStore) Remove

func (_m *SessionStore) Remove(sessionIdOrToken string) error

Remove provides a mock function with given fields: sessionIdOrToken

func (*SessionStore) RemoveAllSessions

func (_m *SessionStore) RemoveAllSessions() error

RemoveAllSessions provides a mock function with given fields:

func (*SessionStore) Save

func (_m *SessionStore) Save(session *model.Session) (*model.Session, error)

Save provides a mock function with given fields: session

func (*SessionStore) UpdateDeviceId

func (_m *SessionStore) UpdateDeviceId(id string, deviceId string, expiresAt int64) (string, error)

UpdateDeviceId provides a mock function with given fields: id, deviceId, expiresAt

func (*SessionStore) UpdateExpiredNotify

func (_m *SessionStore) UpdateExpiredNotify(sessionid string, notified bool) error

UpdateExpiredNotify provides a mock function with given fields: sessionid, notified

func (*SessionStore) UpdateExpiresAt

func (_m *SessionStore) UpdateExpiresAt(sessionId string, time int64) error

UpdateExpiresAt provides a mock function with given fields: sessionId, time

func (*SessionStore) UpdateLastActivityAt

func (_m *SessionStore) UpdateLastActivityAt(sessionId string, time int64) error

UpdateLastActivityAt provides a mock function with given fields: sessionId, time

func (*SessionStore) UpdateProps

func (_m *SessionStore) UpdateProps(session *model.Session) error

UpdateProps provides a mock function with given fields: session

func (*SessionStore) UpdateRoles

func (_m *SessionStore) UpdateRoles(userId string, roles string) (string, error)

UpdateRoles provides a mock function with given fields: userId, roles

type SqlStore

type SqlStore struct {
	mock.Mock
}

SqlStore is an autogenerated mock type for the SqlStore type

func (*SqlStore) DriverName

func (_m *SqlStore) DriverName() string

DriverName provides a mock function with given fields:

func (*SqlStore) GetMaster

func (_m *SqlStore) GetMaster() *gorp.DbMap

GetMaster provides a mock function with given fields:

type StatusStore

type StatusStore struct {
	mock.Mock
}

StatusStore is an autogenerated mock type for the StatusStore type

func (*StatusStore) Get

func (_m *StatusStore) Get(userId string) (*model.Status, error)

Get provides a mock function with given fields: userId

func (*StatusStore) GetByIds

func (_m *StatusStore) GetByIds(userIds []string) ([]*model.Status, error)

GetByIds provides a mock function with given fields: userIds

func (*StatusStore) GetTotalActiveUsersCount

func (_m *StatusStore) GetTotalActiveUsersCount() (int64, error)

GetTotalActiveUsersCount provides a mock function with given fields:

func (*StatusStore) ResetAll

func (_m *StatusStore) ResetAll() error

ResetAll provides a mock function with given fields:

func (*StatusStore) SaveOrUpdate

func (_m *StatusStore) SaveOrUpdate(status *model.Status) error

SaveOrUpdate provides a mock function with given fields: status

func (*StatusStore) UpdateLastActivityAt

func (_m *StatusStore) UpdateLastActivityAt(userId string, lastActivityAt int64) error

UpdateLastActivityAt provides a mock function with given fields: userId, lastActivityAt

type Store

type Store struct {
	mock.Mock
}

Store is an autogenerated mock type for the Store type

func (*Store) Audit

func (_m *Store) Audit() store.AuditStore

Audit provides a mock function with given fields:

func (*Store) Bot

func (_m *Store) Bot() store.BotStore

Bot provides a mock function with given fields:

func (*Store) Channel

func (_m *Store) Channel() store.ChannelStore

Channel provides a mock function with given fields:

func (*Store) ChannelMemberHistory

func (_m *Store) ChannelMemberHistory() store.ChannelMemberHistoryStore

ChannelMemberHistory provides a mock function with given fields:

func (*Store) CheckIntegrity

func (_m *Store) CheckIntegrity() <-chan model.IntegrityCheckResult

CheckIntegrity provides a mock function with given fields:

func (*Store) Close

func (_m *Store) Close()

Close provides a mock function with given fields:

func (*Store) ClusterDiscovery

func (_m *Store) ClusterDiscovery() store.ClusterDiscoveryStore

ClusterDiscovery provides a mock function with given fields:

func (*Store) Command

func (_m *Store) Command() store.CommandStore

Command provides a mock function with given fields:

func (*Store) CommandWebhook

func (_m *Store) CommandWebhook() store.CommandWebhookStore

CommandWebhook provides a mock function with given fields:

func (*Store) Compliance

func (_m *Store) Compliance() store.ComplianceStore

Compliance provides a mock function with given fields:

func (*Store) Context

func (_m *Store) Context() context.Context

Context provides a mock function with given fields:

func (*Store) DropAllTables

func (_m *Store) DropAllTables()

DropAllTables provides a mock function with given fields:

func (*Store) Emoji

func (_m *Store) Emoji() store.EmojiStore

Emoji provides a mock function with given fields:

func (*Store) FileInfo

func (_m *Store) FileInfo() store.FileInfoStore

FileInfo provides a mock function with given fields:

func (*Store) GetCurrentSchemaVersion

func (_m *Store) GetCurrentSchemaVersion() string

GetCurrentSchemaVersion provides a mock function with given fields:

func (*Store) GetDbVersion

func (_m *Store) GetDbVersion(numerical bool) (string, error)

GetDbVersion provides a mock function with given fields: numerical

func (*Store) Group

func (_m *Store) Group() store.GroupStore

Group provides a mock function with given fields:

func (*Store) Job

func (_m *Store) Job() store.JobStore

Job provides a mock function with given fields:

func (*Store) License

func (_m *Store) License() store.LicenseStore

License provides a mock function with given fields:

func (*Store) LinkMetadata

func (_m *Store) LinkMetadata() store.LinkMetadataStore

LinkMetadata provides a mock function with given fields:

func (*Store) LockToMaster

func (_m *Store) LockToMaster()

LockToMaster provides a mock function with given fields:

func (*Store) MarkSystemRanUnitTests

func (_m *Store) MarkSystemRanUnitTests()

MarkSystemRanUnitTests provides a mock function with given fields:

func (*Store) OAuth

func (_m *Store) OAuth() store.OAuthStore

OAuth provides a mock function with given fields:

func (*Store) Plugin

func (_m *Store) Plugin() store.PluginStore

Plugin provides a mock function with given fields:

func (*Store) Post

func (_m *Store) Post() store.PostStore

Post provides a mock function with given fields:

func (*Store) Preference

func (_m *Store) Preference() store.PreferenceStore

Preference provides a mock function with given fields:

func (*Store) ProductNotices

func (_m *Store) ProductNotices() store.ProductNoticesStore

ProductNotices provides a mock function with given fields:

func (*Store) Reaction

func (_m *Store) Reaction() store.ReactionStore

Reaction provides a mock function with given fields:

func (*Store) RecycleDBConnections

func (_m *Store) RecycleDBConnections(d time.Duration)

RecycleDBConnections provides a mock function with given fields: d

func (*Store) Role

func (_m *Store) Role() store.RoleStore

Role provides a mock function with given fields:

func (*Store) Scheme

func (_m *Store) Scheme() store.SchemeStore

Scheme provides a mock function with given fields:

func (*Store) Session

func (_m *Store) Session() store.SessionStore

Session provides a mock function with given fields:

func (*Store) SetContext

func (_m *Store) SetContext(_a0 context.Context)

SetContext provides a mock function with given fields: _a0

func (*Store) Status

func (_m *Store) Status() store.StatusStore

Status provides a mock function with given fields:

func (*Store) System

func (_m *Store) System() store.SystemStore

System provides a mock function with given fields:

func (*Store) Team

func (_m *Store) Team() store.TeamStore

Team provides a mock function with given fields:

func (*Store) TermsOfService

func (_m *Store) TermsOfService() store.TermsOfServiceStore

TermsOfService provides a mock function with given fields:

func (*Store) Thread

func (_m *Store) Thread() store.ThreadStore

Thread provides a mock function with given fields:

func (*Store) Token

func (_m *Store) Token() store.TokenStore

Token provides a mock function with given fields:

func (*Store) TotalMasterDbConnections

func (_m *Store) TotalMasterDbConnections() int

TotalMasterDbConnections provides a mock function with given fields:

func (*Store) TotalReadDbConnections

func (_m *Store) TotalReadDbConnections() int

TotalReadDbConnections provides a mock function with given fields:

func (*Store) TotalSearchDbConnections

func (_m *Store) TotalSearchDbConnections() int

TotalSearchDbConnections provides a mock function with given fields:

func (*Store) UnlockFromMaster

func (_m *Store) UnlockFromMaster()

UnlockFromMaster provides a mock function with given fields:

func (*Store) UploadSession

func (_m *Store) UploadSession() store.UploadSessionStore

UploadSession provides a mock function with given fields:

func (*Store) User

func (_m *Store) User() store.UserStore

User provides a mock function with given fields:

func (*Store) UserAccessToken

func (_m *Store) UserAccessToken() store.UserAccessTokenStore

UserAccessToken provides a mock function with given fields:

func (*Store) UserTermsOfService

func (_m *Store) UserTermsOfService() store.UserTermsOfServiceStore

UserTermsOfService provides a mock function with given fields:

func (*Store) Webhook

func (_m *Store) Webhook() store.WebhookStore

Webhook provides a mock function with given fields:

type SystemStore

type SystemStore struct {
	mock.Mock
}

SystemStore is an autogenerated mock type for the SystemStore type

func (*SystemStore) Get

func (_m *SystemStore) Get() (model.StringMap, error)

Get provides a mock function with given fields:

func (*SystemStore) GetByName

func (_m *SystemStore) GetByName(name string) (*model.System, error)

GetByName provides a mock function with given fields: name

func (*SystemStore) InsertIfExists

func (_m *SystemStore) InsertIfExists(system *model.System) (*model.System, error)

InsertIfExists provides a mock function with given fields: system

func (*SystemStore) PermanentDeleteByName

func (_m *SystemStore) PermanentDeleteByName(name string) (*model.System, error)

PermanentDeleteByName provides a mock function with given fields: name

func (*SystemStore) Save

func (_m *SystemStore) Save(system *model.System) error

Save provides a mock function with given fields: system

func (*SystemStore) SaveOrUpdate

func (_m *SystemStore) SaveOrUpdate(system *model.System) error

SaveOrUpdate provides a mock function with given fields: system

func (*SystemStore) SaveOrUpdateWithWarnMetricHandling

func (_m *SystemStore) SaveOrUpdateWithWarnMetricHandling(system *model.System) error

SaveOrUpdateWithWarnMetricHandling provides a mock function with given fields: system

func (*SystemStore) Update

func (_m *SystemStore) Update(system *model.System) error

Update provides a mock function with given fields: system

type TeamStore

type TeamStore struct {
	mock.Mock
}

TeamStore is an autogenerated mock type for the TeamStore type

func (*TeamStore) AnalyticsGetTeamCountForScheme

func (_m *TeamStore) AnalyticsGetTeamCountForScheme(schemeId string) (int64, error)

AnalyticsGetTeamCountForScheme provides a mock function with given fields: schemeId

func (*TeamStore) AnalyticsPrivateTeamCount

func (_m *TeamStore) AnalyticsPrivateTeamCount() (int64, error)

AnalyticsPrivateTeamCount provides a mock function with given fields:

func (*TeamStore) AnalyticsPublicTeamCount

func (_m *TeamStore) AnalyticsPublicTeamCount() (int64, error)

AnalyticsPublicTeamCount provides a mock function with given fields:

func (*TeamStore) AnalyticsTeamCount

func (_m *TeamStore) AnalyticsTeamCount(includeDeleted bool) (int64, error)

AnalyticsTeamCount provides a mock function with given fields: includeDeleted

func (*TeamStore) ClearAllCustomRoleAssignments

func (_m *TeamStore) ClearAllCustomRoleAssignments() error

ClearAllCustomRoleAssignments provides a mock function with given fields:

func (*TeamStore) ClearCaches

func (_m *TeamStore) ClearCaches()

ClearCaches provides a mock function with given fields:

func (*TeamStore) Get

func (_m *TeamStore) Get(id string) (*model.Team, error)

Get provides a mock function with given fields: id

func (*TeamStore) GetActiveMemberCount

func (_m *TeamStore) GetActiveMemberCount(teamId string, restrictions *model.ViewUsersRestrictions) (int64, error)

GetActiveMemberCount provides a mock function with given fields: teamId, restrictions

func (*TeamStore) GetAll

func (_m *TeamStore) GetAll() ([]*model.Team, error)

GetAll provides a mock function with given fields:

func (*TeamStore) GetAllForExportAfter

func (_m *TeamStore) GetAllForExportAfter(limit int, afterId string) ([]*model.TeamForExport, error)

GetAllForExportAfter provides a mock function with given fields: limit, afterId

func (*TeamStore) GetAllPage

func (_m *TeamStore) GetAllPage(offset int, limit int) ([]*model.Team, error)

GetAllPage provides a mock function with given fields: offset, limit

func (*TeamStore) GetAllPrivateTeamListing

func (_m *TeamStore) GetAllPrivateTeamListing() ([]*model.Team, error)

GetAllPrivateTeamListing provides a mock function with given fields:

func (*TeamStore) GetAllPrivateTeamPageListing

func (_m *TeamStore) GetAllPrivateTeamPageListing(offset int, limit int) ([]*model.Team, error)

GetAllPrivateTeamPageListing provides a mock function with given fields: offset, limit

func (*TeamStore) GetAllPublicTeamPageListing

func (_m *TeamStore) GetAllPublicTeamPageListing(offset int, limit int) ([]*model.Team, error)

GetAllPublicTeamPageListing provides a mock function with given fields: offset, limit

func (*TeamStore) GetAllTeamListing

func (_m *TeamStore) GetAllTeamListing() ([]*model.Team, error)

GetAllTeamListing provides a mock function with given fields:

func (*TeamStore) GetAllTeamPageListing

func (_m *TeamStore) GetAllTeamPageListing(offset int, limit int) ([]*model.Team, error)

GetAllTeamPageListing provides a mock function with given fields: offset, limit

func (*TeamStore) GetByInviteId

func (_m *TeamStore) GetByInviteId(inviteId string) (*model.Team, error)

GetByInviteId provides a mock function with given fields: inviteId

func (*TeamStore) GetByName

func (_m *TeamStore) GetByName(name string) (*model.Team, error)

GetByName provides a mock function with given fields: name

func (*TeamStore) GetByNames

func (_m *TeamStore) GetByNames(name []string) ([]*model.Team, error)

GetByNames provides a mock function with given fields: name

func (*TeamStore) GetChannelUnreadsForAllTeams

func (_m *TeamStore) GetChannelUnreadsForAllTeams(excludeTeamId string, userId string) ([]*model.ChannelUnread, error)

GetChannelUnreadsForAllTeams provides a mock function with given fields: excludeTeamId, userId

func (*TeamStore) GetChannelUnreadsForTeam

func (_m *TeamStore) GetChannelUnreadsForTeam(teamId string, userId string) ([]*model.ChannelUnread, error)

GetChannelUnreadsForTeam provides a mock function with given fields: teamId, userId

func (*TeamStore) GetMember

func (_m *TeamStore) GetMember(teamId string, userId string) (*model.TeamMember, error)

GetMember provides a mock function with given fields: teamId, userId

func (*TeamStore) GetMembers

func (_m *TeamStore) GetMembers(teamId string, offset int, limit int, teamMembersGetOptions *model.TeamMembersGetOptions) ([]*model.TeamMember, error)

GetMembers provides a mock function with given fields: teamId, offset, limit, teamMembersGetOptions

func (*TeamStore) GetMembersByIds

func (_m *TeamStore) GetMembersByIds(teamId string, userIds []string, restrictions *model.ViewUsersRestrictions) ([]*model.TeamMember, error)

GetMembersByIds provides a mock function with given fields: teamId, userIds, restrictions

func (*TeamStore) GetTeamMembersForExport

func (_m *TeamStore) GetTeamMembersForExport(userId string) ([]*model.TeamMemberForExport, error)

GetTeamMembersForExport provides a mock function with given fields: userId

func (*TeamStore) GetTeamsByScheme

func (_m *TeamStore) GetTeamsByScheme(schemeId string, offset int, limit int) ([]*model.Team, error)

GetTeamsByScheme provides a mock function with given fields: schemeId, offset, limit

func (*TeamStore) GetTeamsByUserId

func (_m *TeamStore) GetTeamsByUserId(userId string) ([]*model.Team, error)

GetTeamsByUserId provides a mock function with given fields: userId

func (*TeamStore) GetTeamsForUser

func (_m *TeamStore) GetTeamsForUser(ctx context.Context, userId string) ([]*model.TeamMember, error)

GetTeamsForUser provides a mock function with given fields: ctx, userId

func (*TeamStore) GetTeamsForUserWithPagination

func (_m *TeamStore) GetTeamsForUserWithPagination(userId string, page int, perPage int) ([]*model.TeamMember, error)

GetTeamsForUserWithPagination provides a mock function with given fields: userId, page, perPage

func (*TeamStore) GetTotalMemberCount

func (_m *TeamStore) GetTotalMemberCount(teamId string, restrictions *model.ViewUsersRestrictions) (int64, error)

GetTotalMemberCount provides a mock function with given fields: teamId, restrictions

func (*TeamStore) GetUserTeamIds

func (_m *TeamStore) GetUserTeamIds(userId string, allowFromCache bool) ([]string, error)

GetUserTeamIds provides a mock function with given fields: userId, allowFromCache

func (*TeamStore) GroupSyncedTeamCount

func (_m *TeamStore) GroupSyncedTeamCount() (int64, error)

GroupSyncedTeamCount provides a mock function with given fields:

func (*TeamStore) InvalidateAllTeamIdsForUser

func (_m *TeamStore) InvalidateAllTeamIdsForUser(userId string)

InvalidateAllTeamIdsForUser provides a mock function with given fields: userId

func (*TeamStore) MigrateTeamMembers

func (_m *TeamStore) MigrateTeamMembers(fromTeamId string, fromUserId string) (map[string]string, error)

MigrateTeamMembers provides a mock function with given fields: fromTeamId, fromUserId

func (*TeamStore) PermanentDelete

func (_m *TeamStore) PermanentDelete(teamId string) error

PermanentDelete provides a mock function with given fields: teamId

func (*TeamStore) RemoveAllMembersByTeam

func (_m *TeamStore) RemoveAllMembersByTeam(teamId string) error

RemoveAllMembersByTeam provides a mock function with given fields: teamId

func (*TeamStore) RemoveAllMembersByUser

func (_m *TeamStore) RemoveAllMembersByUser(userId string) error

RemoveAllMembersByUser provides a mock function with given fields: userId

func (*TeamStore) RemoveMember

func (_m *TeamStore) RemoveMember(teamId string, userId string) error

RemoveMember provides a mock function with given fields: teamId, userId

func (*TeamStore) RemoveMembers

func (_m *TeamStore) RemoveMembers(teamId string, userIds []string) error

RemoveMembers provides a mock function with given fields: teamId, userIds

func (*TeamStore) ResetAllTeamSchemes

func (_m *TeamStore) ResetAllTeamSchemes() error

ResetAllTeamSchemes provides a mock function with given fields:

func (*TeamStore) Save

func (_m *TeamStore) Save(team *model.Team) (*model.Team, error)

Save provides a mock function with given fields: team

func (*TeamStore) SaveMember

func (_m *TeamStore) SaveMember(member *model.TeamMember, maxUsersPerTeam int) (*model.TeamMember, error)

SaveMember provides a mock function with given fields: member, maxUsersPerTeam

func (*TeamStore) SaveMultipleMembers

func (_m *TeamStore) SaveMultipleMembers(members []*model.TeamMember, maxUsersPerTeam int) ([]*model.TeamMember, error)

SaveMultipleMembers provides a mock function with given fields: members, maxUsersPerTeam

func (*TeamStore) SearchAll

func (_m *TeamStore) SearchAll(term string, opts *model.TeamSearch) ([]*model.Team, error)

SearchAll provides a mock function with given fields: term, opts

func (*TeamStore) SearchAllPaged

func (_m *TeamStore) SearchAllPaged(term string, opts *model.TeamSearch) ([]*model.Team, int64, error)

SearchAllPaged provides a mock function with given fields: term, opts

func (*TeamStore) SearchOpen

func (_m *TeamStore) SearchOpen(term string) ([]*model.Team, error)

SearchOpen provides a mock function with given fields: term

func (*TeamStore) SearchPrivate

func (_m *TeamStore) SearchPrivate(term string) ([]*model.Team, error)

SearchPrivate provides a mock function with given fields: term

func (*TeamStore) Update

func (_m *TeamStore) Update(team *model.Team) (*model.Team, error)

Update provides a mock function with given fields: team

func (*TeamStore) UpdateLastTeamIconUpdate

func (_m *TeamStore) UpdateLastTeamIconUpdate(teamId string, curTime int64) error

UpdateLastTeamIconUpdate provides a mock function with given fields: teamId, curTime

func (*TeamStore) UpdateMember

func (_m *TeamStore) UpdateMember(member *model.TeamMember) (*model.TeamMember, error)

UpdateMember provides a mock function with given fields: member

func (*TeamStore) UpdateMembersRole

func (_m *TeamStore) UpdateMembersRole(teamID string, userIDs []string) error

UpdateMembersRole provides a mock function with given fields: teamID, userIDs

func (*TeamStore) UpdateMultipleMembers

func (_m *TeamStore) UpdateMultipleMembers(members []*model.TeamMember) ([]*model.TeamMember, error)

UpdateMultipleMembers provides a mock function with given fields: members

func (*TeamStore) UserBelongsToTeams

func (_m *TeamStore) UserBelongsToTeams(userId string, teamIds []string) (bool, error)

UserBelongsToTeams provides a mock function with given fields: userId, teamIds

type TermsOfServiceStore

type TermsOfServiceStore struct {
	mock.Mock
}

TermsOfServiceStore is an autogenerated mock type for the TermsOfServiceStore type

func (*TermsOfServiceStore) Get

func (_m *TermsOfServiceStore) Get(id string, allowFromCache bool) (*model.TermsOfService, error)

Get provides a mock function with given fields: id, allowFromCache

func (*TermsOfServiceStore) GetLatest

func (_m *TermsOfServiceStore) GetLatest(allowFromCache bool) (*model.TermsOfService, error)

GetLatest provides a mock function with given fields: allowFromCache

func (*TermsOfServiceStore) Save

func (_m *TermsOfServiceStore) Save(termsOfService *model.TermsOfService) (*model.TermsOfService, error)

Save provides a mock function with given fields: termsOfService

type ThreadStore

type ThreadStore struct {
	mock.Mock
}

ThreadStore is an autogenerated mock type for the ThreadStore type

func (*ThreadStore) CollectThreadsWithNewerReplies

func (_m *ThreadStore) CollectThreadsWithNewerReplies(userId string, channelIds []string, timestamp int64) ([]string, error)

CollectThreadsWithNewerReplies provides a mock function with given fields: userId, channelIds, timestamp

func (*ThreadStore) CreateMembershipIfNeeded

func (_m *ThreadStore) CreateMembershipIfNeeded(userId string, postId string, following bool, incrementMentions bool, updateFollowing bool) error

CreateMembershipIfNeeded provides a mock function with given fields: userId, postId, following, incrementMentions, updateFollowing

func (*ThreadStore) Delete

func (_m *ThreadStore) Delete(postId string) error

Delete provides a mock function with given fields: postId

func (*ThreadStore) DeleteMembershipForUser

func (_m *ThreadStore) DeleteMembershipForUser(userId string, postId string) error

DeleteMembershipForUser provides a mock function with given fields: userId, postId

func (*ThreadStore) Get

func (_m *ThreadStore) Get(id string) (*model.Thread, error)

Get provides a mock function with given fields: id

func (*ThreadStore) GetMembershipForUser

func (_m *ThreadStore) GetMembershipForUser(userId string, postId string) (*model.ThreadMembership, error)

GetMembershipForUser provides a mock function with given fields: userId, postId

func (*ThreadStore) GetMembershipsForUser

func (_m *ThreadStore) GetMembershipsForUser(userId string, teamId string) ([]*model.ThreadMembership, error)

GetMembershipsForUser provides a mock function with given fields: userId, teamId

func (*ThreadStore) GetPosts

func (_m *ThreadStore) GetPosts(threadId string, since int64) ([]*model.Post, error)

GetPosts provides a mock function with given fields: threadId, since

func (*ThreadStore) GetThreadForUser

func (_m *ThreadStore) GetThreadForUser(userId string, teamId string, threadId string, extended bool) (*model.ThreadResponse, error)

GetThreadForUser provides a mock function with given fields: userId, teamId, threadId, extended

func (*ThreadStore) GetThreadMentionsForUserPerChannel

func (_m *ThreadStore) GetThreadMentionsForUserPerChannel(userId string, teamId string) (map[string]int64, error)

GetThreadMentionsForUserPerChannel provides a mock function with given fields: userId, teamId

func (*ThreadStore) GetThreadsForUser

func (_m *ThreadStore) GetThreadsForUser(userId string, teamId string, opts model.GetUserThreadsOpts) (*model.Threads, error)

GetThreadsForUser provides a mock function with given fields: userId, teamId, opts

func (*ThreadStore) MarkAllAsRead

func (_m *ThreadStore) MarkAllAsRead(userId string, teamId string) error

MarkAllAsRead provides a mock function with given fields: userId, teamId

func (*ThreadStore) MarkAsRead

func (_m *ThreadStore) MarkAsRead(userId string, threadId string, timestamp int64) error

MarkAsRead provides a mock function with given fields: userId, threadId, timestamp

func (*ThreadStore) Save

func (_m *ThreadStore) Save(thread *model.Thread) (*model.Thread, error)

Save provides a mock function with given fields: thread

func (*ThreadStore) SaveMembership

func (_m *ThreadStore) SaveMembership(membership *model.ThreadMembership) (*model.ThreadMembership, error)

SaveMembership provides a mock function with given fields: membership

func (*ThreadStore) SaveMultiple

func (_m *ThreadStore) SaveMultiple(thread []*model.Thread) ([]*model.Thread, int, error)

SaveMultiple provides a mock function with given fields: thread

func (*ThreadStore) Update

func (_m *ThreadStore) Update(thread *model.Thread) (*model.Thread, error)

Update provides a mock function with given fields: thread

func (*ThreadStore) UpdateMembership

func (_m *ThreadStore) UpdateMembership(membership *model.ThreadMembership) (*model.ThreadMembership, error)

UpdateMembership provides a mock function with given fields: membership

func (*ThreadStore) UpdateUnreadsByChannel

func (_m *ThreadStore) UpdateUnreadsByChannel(userId string, changedThreads []string, timestamp int64, updateViewedTimestamp bool) error

UpdateUnreadsByChannel provides a mock function with given fields: userId, changedThreads, timestamp, updateViewedTimestamp

type TokenStore

type TokenStore struct {
	mock.Mock
}

TokenStore is an autogenerated mock type for the TokenStore type

func (*TokenStore) Cleanup

func (_m *TokenStore) Cleanup()

Cleanup provides a mock function with given fields:

func (*TokenStore) Delete

func (_m *TokenStore) Delete(token string) error

Delete provides a mock function with given fields: token

func (*TokenStore) GetByToken

func (_m *TokenStore) GetByToken(token string) (*model.Token, error)

GetByToken provides a mock function with given fields: token

func (*TokenStore) RemoveAllTokensByType

func (_m *TokenStore) RemoveAllTokensByType(tokenType string) error

RemoveAllTokensByType provides a mock function with given fields: tokenType

func (*TokenStore) Save

func (_m *TokenStore) Save(recovery *model.Token) error

Save provides a mock function with given fields: recovery

type UploadSessionStore

type UploadSessionStore struct {
	mock.Mock
}

UploadSessionStore is an autogenerated mock type for the UploadSessionStore type

func (*UploadSessionStore) Delete

func (_m *UploadSessionStore) Delete(id string) error

Delete provides a mock function with given fields: id

func (*UploadSessionStore) Get

Get provides a mock function with given fields: id

func (*UploadSessionStore) GetForUser

func (_m *UploadSessionStore) GetForUser(userId string) ([]*model.UploadSession, error)

GetForUser provides a mock function with given fields: userId

func (*UploadSessionStore) Save

Save provides a mock function with given fields: session

func (*UploadSessionStore) Update

func (_m *UploadSessionStore) Update(session *model.UploadSession) error

Update provides a mock function with given fields: session

type UserAccessTokenStore

type UserAccessTokenStore struct {
	mock.Mock
}

UserAccessTokenStore is an autogenerated mock type for the UserAccessTokenStore type

func (*UserAccessTokenStore) Delete

func (_m *UserAccessTokenStore) Delete(tokenId string) error

Delete provides a mock function with given fields: tokenId

func (*UserAccessTokenStore) DeleteAllForUser

func (_m *UserAccessTokenStore) DeleteAllForUser(userId string) error

DeleteAllForUser provides a mock function with given fields: userId

func (*UserAccessTokenStore) Get

func (_m *UserAccessTokenStore) Get(tokenId string) (*model.UserAccessToken, error)

Get provides a mock function with given fields: tokenId

func (*UserAccessTokenStore) GetAll

func (_m *UserAccessTokenStore) GetAll(offset int, limit int) ([]*model.UserAccessToken, error)

GetAll provides a mock function with given fields: offset, limit

func (*UserAccessTokenStore) GetByToken

func (_m *UserAccessTokenStore) GetByToken(tokenString string) (*model.UserAccessToken, error)

GetByToken provides a mock function with given fields: tokenString

func (*UserAccessTokenStore) GetByUser

func (_m *UserAccessTokenStore) GetByUser(userId string, page int, perPage int) ([]*model.UserAccessToken, error)

GetByUser provides a mock function with given fields: userId, page, perPage

func (*UserAccessTokenStore) Save

Save provides a mock function with given fields: token

func (*UserAccessTokenStore) Search

func (_m *UserAccessTokenStore) Search(term string) ([]*model.UserAccessToken, error)

Search provides a mock function with given fields: term

func (*UserAccessTokenStore) UpdateTokenDisable

func (_m *UserAccessTokenStore) UpdateTokenDisable(tokenId string) error

UpdateTokenDisable provides a mock function with given fields: tokenId

func (*UserAccessTokenStore) UpdateTokenEnable

func (_m *UserAccessTokenStore) UpdateTokenEnable(tokenId string) error

UpdateTokenEnable provides a mock function with given fields: tokenId

type UserStore

type UserStore struct {
	mock.Mock
}

UserStore is an autogenerated mock type for the UserStore type

func (*UserStore) AnalyticsActiveCount

func (_m *UserStore) AnalyticsActiveCount(time int64, options model.UserCountOptions) (int64, error)

AnalyticsActiveCount provides a mock function with given fields: time, options

func (*UserStore) AnalyticsActiveCountForPeriod

func (_m *UserStore) AnalyticsActiveCountForPeriod(startTime int64, endTime int64, options model.UserCountOptions) (int64, error)

AnalyticsActiveCountForPeriod provides a mock function with given fields: startTime, endTime, options

func (*UserStore) AnalyticsGetExternalUsers

func (_m *UserStore) AnalyticsGetExternalUsers(hostDomain string) (bool, error)

AnalyticsGetExternalUsers provides a mock function with given fields: hostDomain

func (*UserStore) AnalyticsGetGuestCount

func (_m *UserStore) AnalyticsGetGuestCount() (int64, error)

AnalyticsGetGuestCount provides a mock function with given fields:

func (*UserStore) AnalyticsGetInactiveUsersCount

func (_m *UserStore) AnalyticsGetInactiveUsersCount() (int64, error)

AnalyticsGetInactiveUsersCount provides a mock function with given fields:

func (*UserStore) AnalyticsGetSystemAdminCount

func (_m *UserStore) AnalyticsGetSystemAdminCount() (int64, error)

AnalyticsGetSystemAdminCount provides a mock function with given fields:

func (*UserStore) AutocompleteUsersInChannel

func (_m *UserStore) AutocompleteUsersInChannel(teamId string, channelId string, term string, options *model.UserSearchOptions) (*model.UserAutocompleteInChannel, error)

AutocompleteUsersInChannel provides a mock function with given fields: teamId, channelId, term, options

func (*UserStore) ClearAllCustomRoleAssignments

func (_m *UserStore) ClearAllCustomRoleAssignments() error

ClearAllCustomRoleAssignments provides a mock function with given fields:

func (*UserStore) ClearCaches

func (_m *UserStore) ClearCaches()

ClearCaches provides a mock function with given fields:

func (*UserStore) Count

func (_m *UserStore) Count(options model.UserCountOptions) (int64, error)

Count provides a mock function with given fields: options

func (*UserStore) DeactivateGuests

func (_m *UserStore) DeactivateGuests() ([]string, error)

DeactivateGuests provides a mock function with given fields:

func (*UserStore) DemoteUserToGuest

func (_m *UserStore) DemoteUserToGuest(userID string) (*model.User, error)

DemoteUserToGuest provides a mock function with given fields: userID

func (*UserStore) Get

func (_m *UserStore) Get(ctx context.Context, id string) (*model.User, error)

Get provides a mock function with given fields: ctx, id

func (*UserStore) GetAll

func (_m *UserStore) GetAll() ([]*model.User, error)

GetAll provides a mock function with given fields:

func (*UserStore) GetAllAfter

func (_m *UserStore) GetAllAfter(limit int, afterId string) ([]*model.User, error)

GetAllAfter provides a mock function with given fields: limit, afterId

func (*UserStore) GetAllNotInAuthService

func (_m *UserStore) GetAllNotInAuthService(authServices []string) ([]*model.User, error)

GetAllNotInAuthService provides a mock function with given fields: authServices

func (*UserStore) GetAllProfiles

func (_m *UserStore) GetAllProfiles(options *model.UserGetOptions) ([]*model.User, error)

GetAllProfiles provides a mock function with given fields: options

func (*UserStore) GetAllProfilesInChannel

func (_m *UserStore) GetAllProfilesInChannel(ctx context.Context, channelId string, allowFromCache bool) (map[string]*model.User, error)

GetAllProfilesInChannel provides a mock function with given fields: ctx, channelId, allowFromCache

func (*UserStore) GetAllUsingAuthService

func (_m *UserStore) GetAllUsingAuthService(authService string) ([]*model.User, error)

GetAllUsingAuthService provides a mock function with given fields: authService

func (*UserStore) GetAnyUnreadPostCountForChannel

func (_m *UserStore) GetAnyUnreadPostCountForChannel(userId string, channelId string) (int64, error)

GetAnyUnreadPostCountForChannel provides a mock function with given fields: userId, channelId

func (*UserStore) GetByAuth

func (_m *UserStore) GetByAuth(authData *string, authService string) (*model.User, error)

GetByAuth provides a mock function with given fields: authData, authService

func (*UserStore) GetByEmail

func (_m *UserStore) GetByEmail(email string) (*model.User, error)

GetByEmail provides a mock function with given fields: email

func (*UserStore) GetByUsername

func (_m *UserStore) GetByUsername(username string) (*model.User, error)

GetByUsername provides a mock function with given fields: username

func (*UserStore) GetChannelGroupUsers

func (_m *UserStore) GetChannelGroupUsers(channelID string) ([]*model.User, error)

GetChannelGroupUsers provides a mock function with given fields: channelID

func (*UserStore) GetEtagForAllProfiles

func (_m *UserStore) GetEtagForAllProfiles() string

GetEtagForAllProfiles provides a mock function with given fields:

func (*UserStore) GetEtagForProfiles

func (_m *UserStore) GetEtagForProfiles(teamId string) string

GetEtagForProfiles provides a mock function with given fields: teamId

func (*UserStore) GetEtagForProfilesNotInTeam

func (_m *UserStore) GetEtagForProfilesNotInTeam(teamId string) string

GetEtagForProfilesNotInTeam provides a mock function with given fields: teamId

func (*UserStore) GetForLogin

func (_m *UserStore) GetForLogin(loginId string, allowSignInWithUsername bool, allowSignInWithEmail bool) (*model.User, error)

GetForLogin provides a mock function with given fields: loginId, allowSignInWithUsername, allowSignInWithEmail

func (*UserStore) GetKnownUsers

func (_m *UserStore) GetKnownUsers(userID string) ([]string, error)

GetKnownUsers provides a mock function with given fields: userID

func (*UserStore) GetMany

func (_m *UserStore) GetMany(ctx context.Context, ids []string) ([]*model.User, error)

GetMany provides a mock function with given fields: ctx, ids

func (*UserStore) GetNewUsersForTeam

func (_m *UserStore) GetNewUsersForTeam(teamId string, offset int, limit int, viewRestrictions *model.ViewUsersRestrictions) ([]*model.User, error)

GetNewUsersForTeam provides a mock function with given fields: teamId, offset, limit, viewRestrictions

func (*UserStore) GetProfileByGroupChannelIdsForUser

func (_m *UserStore) GetProfileByGroupChannelIdsForUser(userId string, channelIds []string) (map[string][]*model.User, error)

GetProfileByGroupChannelIdsForUser provides a mock function with given fields: userId, channelIds

func (*UserStore) GetProfileByIds

func (_m *UserStore) GetProfileByIds(ctx context.Context, userIds []string, options *store.UserGetByIdsOpts, allowFromCache bool) ([]*model.User, error)

GetProfileByIds provides a mock function with given fields: ctx, userIds, options, allowFromCache

func (*UserStore) GetProfiles

func (_m *UserStore) GetProfiles(options *model.UserGetOptions) ([]*model.User, error)

GetProfiles provides a mock function with given fields: options

func (*UserStore) GetProfilesByUsernames

func (_m *UserStore) GetProfilesByUsernames(usernames []string, viewRestrictions *model.ViewUsersRestrictions) ([]*model.User, error)

GetProfilesByUsernames provides a mock function with given fields: usernames, viewRestrictions

func (*UserStore) GetProfilesInChannel

func (_m *UserStore) GetProfilesInChannel(options *model.UserGetOptions) ([]*model.User, error)

GetProfilesInChannel provides a mock function with given fields: options

func (*UserStore) GetProfilesInChannelByStatus

func (_m *UserStore) GetProfilesInChannelByStatus(options *model.UserGetOptions) ([]*model.User, error)

GetProfilesInChannelByStatus provides a mock function with given fields: options

func (*UserStore) GetProfilesNotInChannel

func (_m *UserStore) GetProfilesNotInChannel(teamId string, channelId string, groupConstrained bool, offset int, limit int, viewRestrictions *model.ViewUsersRestrictions) ([]*model.User, error)

GetProfilesNotInChannel provides a mock function with given fields: teamId, channelId, groupConstrained, offset, limit, viewRestrictions

func (*UserStore) GetProfilesNotInTeam

func (_m *UserStore) GetProfilesNotInTeam(teamId string, groupConstrained bool, offset int, limit int, viewRestrictions *model.ViewUsersRestrictions) ([]*model.User, error)

GetProfilesNotInTeam provides a mock function with given fields: teamId, groupConstrained, offset, limit, viewRestrictions

func (*UserStore) GetProfilesWithoutTeam

func (_m *UserStore) GetProfilesWithoutTeam(options *model.UserGetOptions) ([]*model.User, error)

GetProfilesWithoutTeam provides a mock function with given fields: options

func (*UserStore) GetRecentlyActiveUsersForTeam

func (_m *UserStore) GetRecentlyActiveUsersForTeam(teamId string, offset int, limit int, viewRestrictions *model.ViewUsersRestrictions) ([]*model.User, error)

GetRecentlyActiveUsersForTeam provides a mock function with given fields: teamId, offset, limit, viewRestrictions

func (*UserStore) GetSystemAdminProfiles

func (_m *UserStore) GetSystemAdminProfiles() (map[string]*model.User, error)

GetSystemAdminProfiles provides a mock function with given fields:

func (*UserStore) GetTeamGroupUsers

func (_m *UserStore) GetTeamGroupUsers(teamID string) ([]*model.User, error)

GetTeamGroupUsers provides a mock function with given fields: teamID

func (*UserStore) GetUnreadCount

func (_m *UserStore) GetUnreadCount(userId string) (int64, error)

GetUnreadCount provides a mock function with given fields: userId

func (*UserStore) GetUnreadCountForChannel

func (_m *UserStore) GetUnreadCountForChannel(userId string, channelId string) (int64, error)

GetUnreadCountForChannel provides a mock function with given fields: userId, channelId

func (*UserStore) GetUsersBatchForIndexing

func (_m *UserStore) GetUsersBatchForIndexing(startTime int64, endTime int64, limit int) ([]*model.UserForIndexing, error)

GetUsersBatchForIndexing provides a mock function with given fields: startTime, endTime, limit

func (*UserStore) InferSystemInstallDate

func (_m *UserStore) InferSystemInstallDate() (int64, error)

InferSystemInstallDate provides a mock function with given fields:

func (*UserStore) InvalidateProfileCacheForUser

func (_m *UserStore) InvalidateProfileCacheForUser(userId string)

InvalidateProfileCacheForUser provides a mock function with given fields: userId

func (*UserStore) InvalidateProfilesInChannelCache

func (_m *UserStore) InvalidateProfilesInChannelCache(channelId string)

InvalidateProfilesInChannelCache provides a mock function with given fields: channelId

func (*UserStore) InvalidateProfilesInChannelCacheByUser

func (_m *UserStore) InvalidateProfilesInChannelCacheByUser(userId string)

InvalidateProfilesInChannelCacheByUser provides a mock function with given fields: userId

func (*UserStore) PermanentDelete

func (_m *UserStore) PermanentDelete(userId string) error

PermanentDelete provides a mock function with given fields: userId

func (*UserStore) PromoteGuestToUser

func (_m *UserStore) PromoteGuestToUser(userID string) error

PromoteGuestToUser provides a mock function with given fields: userID

func (*UserStore) ResetLastPictureUpdate

func (_m *UserStore) ResetLastPictureUpdate(userId string) error

ResetLastPictureUpdate provides a mock function with given fields: userId

func (*UserStore) Save

func (_m *UserStore) Save(user *model.User) (*model.User, error)

Save provides a mock function with given fields: user

func (*UserStore) Search

func (_m *UserStore) Search(teamId string, term string, options *model.UserSearchOptions) ([]*model.User, error)

Search provides a mock function with given fields: teamId, term, options

func (*UserStore) SearchInChannel

func (_m *UserStore) SearchInChannel(channelId string, term string, options *model.UserSearchOptions) ([]*model.User, error)

SearchInChannel provides a mock function with given fields: channelId, term, options

func (*UserStore) SearchInGroup

func (_m *UserStore) SearchInGroup(groupID string, term string, options *model.UserSearchOptions) ([]*model.User, error)

SearchInGroup provides a mock function with given fields: groupID, term, options

func (*UserStore) SearchNotInChannel

func (_m *UserStore) SearchNotInChannel(teamId string, channelId string, term string, options *model.UserSearchOptions) ([]*model.User, error)

SearchNotInChannel provides a mock function with given fields: teamId, channelId, term, options

func (*UserStore) SearchNotInTeam

func (_m *UserStore) SearchNotInTeam(notInTeamId string, term string, options *model.UserSearchOptions) ([]*model.User, error)

SearchNotInTeam provides a mock function with given fields: notInTeamId, term, options

func (*UserStore) SearchWithoutTeam

func (_m *UserStore) SearchWithoutTeam(term string, options *model.UserSearchOptions) ([]*model.User, error)

SearchWithoutTeam provides a mock function with given fields: term, options

func (*UserStore) Update

func (_m *UserStore) Update(user *model.User, allowRoleUpdate bool) (*model.UserUpdate, error)

Update provides a mock function with given fields: user, allowRoleUpdate

func (*UserStore) UpdateAuthData

func (_m *UserStore) UpdateAuthData(userId string, service string, authData *string, email string, resetMfa bool) (string, error)

UpdateAuthData provides a mock function with given fields: userId, service, authData, email, resetMfa

func (*UserStore) UpdateFailedPasswordAttempts

func (_m *UserStore) UpdateFailedPasswordAttempts(userId string, attempts int) error

UpdateFailedPasswordAttempts provides a mock function with given fields: userId, attempts

func (*UserStore) UpdateLastPictureUpdate

func (_m *UserStore) UpdateLastPictureUpdate(userId string) error

UpdateLastPictureUpdate provides a mock function with given fields: userId

func (*UserStore) UpdateMfaActive

func (_m *UserStore) UpdateMfaActive(userId string, active bool) error

UpdateMfaActive provides a mock function with given fields: userId, active

func (*UserStore) UpdateMfaSecret

func (_m *UserStore) UpdateMfaSecret(userId string, secret string) error

UpdateMfaSecret provides a mock function with given fields: userId, secret

func (*UserStore) UpdatePassword

func (_m *UserStore) UpdatePassword(userId string, newPassword string) error

UpdatePassword provides a mock function with given fields: userId, newPassword

func (*UserStore) UpdateUpdateAt

func (_m *UserStore) UpdateUpdateAt(userId string) (int64, error)

UpdateUpdateAt provides a mock function with given fields: userId

func (*UserStore) VerifyEmail

func (_m *UserStore) VerifyEmail(userId string, email string) (string, error)

VerifyEmail provides a mock function with given fields: userId, email

type UserTermsOfServiceStore

type UserTermsOfServiceStore struct {
	mock.Mock
}

UserTermsOfServiceStore is an autogenerated mock type for the UserTermsOfServiceStore type

func (*UserTermsOfServiceStore) Delete

func (_m *UserTermsOfServiceStore) Delete(userId string, termsOfServiceId string) error

Delete provides a mock function with given fields: userId, termsOfServiceId

func (*UserTermsOfServiceStore) GetByUser

func (_m *UserTermsOfServiceStore) GetByUser(userId string) (*model.UserTermsOfService, error)

GetByUser provides a mock function with given fields: userId

func (*UserTermsOfServiceStore) Save

Save provides a mock function with given fields: userTermsOfService

type WebhookStore

type WebhookStore struct {
	mock.Mock
}

WebhookStore is an autogenerated mock type for the WebhookStore type

func (*WebhookStore) AnalyticsIncomingCount

func (_m *WebhookStore) AnalyticsIncomingCount(teamId string) (int64, error)

AnalyticsIncomingCount provides a mock function with given fields: teamId

func (*WebhookStore) AnalyticsOutgoingCount

func (_m *WebhookStore) AnalyticsOutgoingCount(teamId string) (int64, error)

AnalyticsOutgoingCount provides a mock function with given fields: teamId

func (*WebhookStore) ClearCaches

func (_m *WebhookStore) ClearCaches()

ClearCaches provides a mock function with given fields:

func (*WebhookStore) DeleteIncoming

func (_m *WebhookStore) DeleteIncoming(webhookId string, time int64) error

DeleteIncoming provides a mock function with given fields: webhookId, time

func (*WebhookStore) DeleteOutgoing

func (_m *WebhookStore) DeleteOutgoing(webhookId string, time int64) error

DeleteOutgoing provides a mock function with given fields: webhookId, time

func (*WebhookStore) GetIncoming

func (_m *WebhookStore) GetIncoming(id string, allowFromCache bool) (*model.IncomingWebhook, error)

GetIncoming provides a mock function with given fields: id, allowFromCache

func (*WebhookStore) GetIncomingByChannel

func (_m *WebhookStore) GetIncomingByChannel(channelId string) ([]*model.IncomingWebhook, error)

GetIncomingByChannel provides a mock function with given fields: channelId

func (*WebhookStore) GetIncomingByTeam

func (_m *WebhookStore) GetIncomingByTeam(teamId string, offset int, limit int) ([]*model.IncomingWebhook, error)

GetIncomingByTeam provides a mock function with given fields: teamId, offset, limit

func (*WebhookStore) GetIncomingByTeamByUser

func (_m *WebhookStore) GetIncomingByTeamByUser(teamId string, userId string, offset int, limit int) ([]*model.IncomingWebhook, error)

GetIncomingByTeamByUser provides a mock function with given fields: teamId, userId, offset, limit

func (*WebhookStore) GetIncomingList

func (_m *WebhookStore) GetIncomingList(offset int, limit int) ([]*model.IncomingWebhook, error)

GetIncomingList provides a mock function with given fields: offset, limit

func (*WebhookStore) GetIncomingListByUser

func (_m *WebhookStore) GetIncomingListByUser(userId string, offset int, limit int) ([]*model.IncomingWebhook, error)

GetIncomingListByUser provides a mock function with given fields: userId, offset, limit

func (*WebhookStore) GetOutgoing

func (_m *WebhookStore) GetOutgoing(id string) (*model.OutgoingWebhook, error)

GetOutgoing provides a mock function with given fields: id

func (*WebhookStore) GetOutgoingByChannel

func (_m *WebhookStore) GetOutgoingByChannel(channelId string, offset int, limit int) ([]*model.OutgoingWebhook, error)

GetOutgoingByChannel provides a mock function with given fields: channelId, offset, limit

func (*WebhookStore) GetOutgoingByChannelByUser

func (_m *WebhookStore) GetOutgoingByChannelByUser(channelId string, userId string, offset int, limit int) ([]*model.OutgoingWebhook, error)

GetOutgoingByChannelByUser provides a mock function with given fields: channelId, userId, offset, limit

func (*WebhookStore) GetOutgoingByTeam

func (_m *WebhookStore) GetOutgoingByTeam(teamId string, offset int, limit int) ([]*model.OutgoingWebhook, error)

GetOutgoingByTeam provides a mock function with given fields: teamId, offset, limit

func (*WebhookStore) GetOutgoingByTeamByUser

func (_m *WebhookStore) GetOutgoingByTeamByUser(teamId string, userId string, offset int, limit int) ([]*model.OutgoingWebhook, error)

GetOutgoingByTeamByUser provides a mock function with given fields: teamId, userId, offset, limit

func (*WebhookStore) GetOutgoingList

func (_m *WebhookStore) GetOutgoingList(offset int, limit int) ([]*model.OutgoingWebhook, error)

GetOutgoingList provides a mock function with given fields: offset, limit

func (*WebhookStore) GetOutgoingListByUser

func (_m *WebhookStore) GetOutgoingListByUser(userId string, offset int, limit int) ([]*model.OutgoingWebhook, error)

GetOutgoingListByUser provides a mock function with given fields: userId, offset, limit

func (*WebhookStore) InvalidateWebhookCache

func (_m *WebhookStore) InvalidateWebhookCache(webhook string)

InvalidateWebhookCache provides a mock function with given fields: webhook

func (*WebhookStore) PermanentDeleteIncomingByChannel

func (_m *WebhookStore) PermanentDeleteIncomingByChannel(channelId string) error

PermanentDeleteIncomingByChannel provides a mock function with given fields: channelId

func (*WebhookStore) PermanentDeleteIncomingByUser

func (_m *WebhookStore) PermanentDeleteIncomingByUser(userId string) error

PermanentDeleteIncomingByUser provides a mock function with given fields: userId

func (*WebhookStore) PermanentDeleteOutgoingByChannel

func (_m *WebhookStore) PermanentDeleteOutgoingByChannel(channelId string) error

PermanentDeleteOutgoingByChannel provides a mock function with given fields: channelId

func (*WebhookStore) PermanentDeleteOutgoingByUser

func (_m *WebhookStore) PermanentDeleteOutgoingByUser(userId string) error

PermanentDeleteOutgoingByUser provides a mock function with given fields: userId

func (*WebhookStore) SaveIncoming

func (_m *WebhookStore) SaveIncoming(webhook *model.IncomingWebhook) (*model.IncomingWebhook, error)

SaveIncoming provides a mock function with given fields: webhook

func (*WebhookStore) SaveOutgoing

func (_m *WebhookStore) SaveOutgoing(webhook *model.OutgoingWebhook) (*model.OutgoingWebhook, error)

SaveOutgoing provides a mock function with given fields: webhook

func (*WebhookStore) UpdateIncoming

func (_m *WebhookStore) UpdateIncoming(webhook *model.IncomingWebhook) (*model.IncomingWebhook, error)

UpdateIncoming provides a mock function with given fields: webhook

func (*WebhookStore) UpdateOutgoing

func (_m *WebhookStore) UpdateOutgoing(hook *model.OutgoingWebhook) (*model.OutgoingWebhook, error)

UpdateOutgoing provides a mock function with given fields: hook

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL