package
0.0.0-20240724125430-636e0542dcee
Repository: https://github.com/polshe-v/microservices_chat_server.git
Documentation: pkg.go.dev

# Functions

NewChatServiceMock returns a mock for service.ChatService.

# Structs

ChatServiceMock implements service.ChatService.
ChatServiceMockConnectExpectation specifies expectation struct of the ChatService.Connect.
ChatServiceMockConnectParamPtrs contains pointers to parameters of the ChatService.Connect.
ChatServiceMockConnectParams contains parameters of the ChatService.Connect.
ChatServiceMockConnectResults contains results of the ChatService.Connect.
ChatServiceMockCreateExpectation specifies expectation struct of the ChatService.Create.
ChatServiceMockCreateParamPtrs contains pointers to parameters 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.
ChatServiceMockDeleteParamPtrs contains pointers to parameters of the ChatService.Delete.
ChatServiceMockDeleteParams contains parameters of the ChatService.Delete.
ChatServiceMockDeleteResults contains results of the ChatService.Delete.
ChatServiceMockInitChannelsExpectation specifies expectation struct of the ChatService.InitChannels.
ChatServiceMockInitChannelsParamPtrs contains pointers to parameters of the ChatService.InitChannels.
ChatServiceMockInitChannelsParams contains parameters of the ChatService.InitChannels.
ChatServiceMockInitChannelsResults contains results of the ChatService.InitChannels.
ChatServiceMockSendMessageExpectation specifies expectation struct of the ChatService.SendMessage.
ChatServiceMockSendMessageParamPtrs contains pointers to parameters of the ChatService.SendMessage.
ChatServiceMockSendMessageParams contains parameters of the ChatService.SendMessage.
ChatServiceMockSendMessageResults contains results of the ChatService.SendMessage.