package
0.0.0-20240326143516-ede886b9f4af
Repository: https://github.com/ybgr111/chat-server.git
Documentation: pkg.go.dev
# Functions
NewChatRepositoryMock returns a mock for repository.ChatRepository.
# Structs
ChatRepositoryMock implements repository.ChatRepository.
ChatRepositoryMockCreateExpectation specifies expectation struct of the ChatRepository.Create.
ChatRepositoryMockCreateParams contains parameters of the ChatRepository.Create.
ChatRepositoryMockCreateResults contains results of the ChatRepository.Create.
ChatRepositoryMockDeleteExpectation specifies expectation struct of the ChatRepository.Delete.
ChatRepositoryMockDeleteParams contains parameters of the ChatRepository.Delete.
ChatRepositoryMockDeleteResults contains results of the ChatRepository.Delete.
ChatRepositoryMockSendMessageExpectation specifies expectation struct of the ChatRepository.SendMessage.
ChatRepositoryMockSendMessageParams contains parameters of the ChatRepository.SendMessage.
ChatRepositoryMockSendMessageResults contains results of the ChatRepository.SendMessage.