package
0.0.0-20240926210243-dc9380251946
Repository: https://github.com/timofey335/chat-server.git
Documentation: pkg.go.dev
# Functions
NewChatRepositoryMock returns a mock for repository.ChatRepository.
# Structs
ChatRepositoryMock implements repository.ChatRepository.
ChatRepositoryMockCreateChatExpectation specifies expectation struct of the ChatRepository.CreateChat.
ChatRepositoryMockCreateChatParamPtrs contains pointers to parameters 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.
ChatRepositoryMockDeleteChatParamPtrs contains pointers to parameters 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.
ChatRepositoryMockSendMessageParamPtrs contains pointers to parameters of the ChatRepository.SendMessage.
ChatRepositoryMockSendMessageParams contains parameters of the ChatRepository.SendMessage.
ChatRepositoryMockSendMessageResults contains results of the ChatRepository.SendMessage.