package
0.0.0-20240413114101-66d087a51aff
Repository: https://github.com/kirillmc/chat-server.git
Documentation: pkg.go.dev

# Functions

NewChatServiceMock returns a mock for service.ChatService.

# Structs

ChatServiceMock implements service.ChatService.
ChatServiceMockCreateChatExpectation specifies expectation struct of the ChatService.CreateChat.
ChatServiceMockCreateChatParams contains parameters of the ChatService.CreateChat.
ChatServiceMockCreateChatResults contains results of the ChatService.CreateChat.
ChatServiceMockDeleteChatExpectation specifies expectation struct of the ChatService.DeleteChat.
ChatServiceMockDeleteChatParams contains parameters of the ChatService.DeleteChat.
ChatServiceMockDeleteChatResults contains results of the ChatService.DeleteChat.
ChatServiceMockSendMessageExpectation specifies expectation struct of the ChatService.SendMessage.
ChatServiceMockSendMessageParams contains parameters of the ChatService.SendMessage.
ChatServiceMockSendMessageResults contains results of the ChatService.SendMessage.