package
0.0.0-20240331103334-230409c29884
Repository: https://github.com/mchekalov/chat-server.git
Documentation: pkg.go.dev
# Functions
NewChatServiceMock returns a mock for service.ChatService.
# Structs
ChatServiceMock implements service.ChatService.
ChatServiceMockCreateExpectation specifies expectation struct of the ChatService.Create.
ChatServiceMockCreateParams contains parameters of the ChatService.Create.
ChatServiceMockCreateResults contains results of the ChatService.Create.
ChatServiceMockDeleteExpectation specifies expectation struct of the ChatService.Delete.
ChatServiceMockDeleteParams contains parameters of the ChatService.Delete.
ChatServiceMockDeleteResults contains results of the ChatService.Delete.
ChatServiceMockSendMessageExpectation specifies expectation struct of the ChatService.SendMessage.
ChatServiceMockSendMessageParams contains parameters of the ChatService.SendMessage.
ChatServiceMockSendMessageResults contains results of the ChatService.SendMessage.