package
0.0.0-20240413114101-66d087a51aff
Repository: https://github.com/kirillmc/chat-server.git
Documentation: pkg.go.dev
# Functions
NewChatRepositoryMock returns a mock for repository.ChatRepository.
# Structs
ChatRepositoryMock implements repository.ChatRepository.
ChatRepositoryMockAddUsersExpectation specifies expectation struct of the ChatRepository.AddUsers.
ChatRepositoryMockAddUsersParams contains parameters of the ChatRepository.AddUsers.
ChatRepositoryMockAddUsersResults contains results of the ChatRepository.AddUsers.
ChatRepositoryMockCreateChatExpectation specifies expectation struct of the ChatRepository.CreateChat.
ChatRepositoryMockCreateChatParams contains parameters of the ChatRepository.CreateChat.
ChatRepositoryMockCreateChatResults contains results of the ChatRepository.CreateChat.
ChatRepositoryMockDeleteChatExpectation specifies expectation struct of the ChatRepository.DeleteChat.
ChatRepositoryMockDeleteChatParams contains parameters of the ChatRepository.DeleteChat.
ChatRepositoryMockDeleteChatResults contains results of the ChatRepository.DeleteChat.
ChatRepositoryMockSendMessageExpectation specifies expectation struct of the ChatRepository.SendMessage.
ChatRepositoryMockSendMessageParams contains parameters of the ChatRepository.SendMessage.
ChatRepositoryMockSendMessageResults contains results of the ChatRepository.SendMessage.