package
0.0.0-20241028203759-440c4091f7b9
Repository: https://github.com/gomscourse/chat-server.git
Documentation: pkg.go.dev

# Functions

NewChatRepositoryMock returns a mock for repository.ChatRepository.

# Structs

ChatRepositoryMock implements repository.ChatRepository.
ChatRepositoryMockAddUsersToChatExpectation specifies expectation struct of the ChatRepository.AddUsersToChat.
ChatRepositoryMockAddUsersToChatParams contains parameters of the ChatRepository.AddUsersToChat.
ChatRepositoryMockAddUsersToChatResults contains results of the ChatRepository.AddUsersToChat.
ChatRepositoryMockCheckUserChatExpectation specifies expectation struct of the ChatRepository.CheckUserChat.
ChatRepositoryMockCheckUserChatParams contains parameters of the ChatRepository.CheckUserChat.
ChatRepositoryMockCheckUserChatResults contains results of the ChatRepository.CheckUserChat.
ChatRepositoryMockCreateChatExpectation specifies expectation struct of the ChatRepository.CreateChat.
ChatRepositoryMockCreateChatParams contains parameters of the ChatRepository.CreateChat.
ChatRepositoryMockCreateChatResults contains results of the ChatRepository.CreateChat.
ChatRepositoryMockCreateMessageExpectation specifies expectation struct of the ChatRepository.CreateMessage.
ChatRepositoryMockCreateMessageParams contains parameters of the ChatRepository.CreateMessage.
ChatRepositoryMockCreateMessageResults contains results of the ChatRepository.CreateMessage.
ChatRepositoryMockDeleteChatExpectation specifies expectation struct of the ChatRepository.DeleteChat.
ChatRepositoryMockDeleteChatParams contains parameters of the ChatRepository.DeleteChat.
ChatRepositoryMockDeleteChatResults contains results of the ChatRepository.DeleteChat.
ChatRepositoryMockGetChatMessagesCountExpectation specifies expectation struct of the ChatRepository.GetChatMessagesCount.
ChatRepositoryMockGetChatMessagesCountParams contains parameters of the ChatRepository.GetChatMessagesCount.
ChatRepositoryMockGetChatMessagesCountResults contains results of the ChatRepository.GetChatMessagesCount.
ChatRepositoryMockGetChatMessagesExpectation specifies expectation struct of the ChatRepository.GetChatMessages.
ChatRepositoryMockGetChatMessagesParams contains parameters of the ChatRepository.GetChatMessages.
ChatRepositoryMockGetChatMessagesResults contains results of the ChatRepository.GetChatMessages.
ChatRepositoryMockGetChatsCountExpectation specifies expectation struct of the ChatRepository.GetChatsCount.
ChatRepositoryMockGetChatsCountParams contains parameters of the ChatRepository.GetChatsCount.
ChatRepositoryMockGetChatsCountResults contains results of the ChatRepository.GetChatsCount.
ChatRepositoryMockGetChatsExpectation specifies expectation struct of the ChatRepository.GetChats.
ChatRepositoryMockGetChatsParams contains parameters of the ChatRepository.GetChats.
ChatRepositoryMockGetChatsResults contains results of the ChatRepository.GetChats.