package
0.0.0-20240930171141-9aa8a032909e
Repository: https://github.com/nqxcode/chat_microservice.git
Documentation: pkg.go.dev
# Functions
NewAuditLogServiceMock returns a mock for service.AuditLogService.
NewChatServiceMock returns a mock for service.ChatService.
# Structs
AuditLogServiceMock implements service.AuditLogService.
AuditLogServiceMockCreateExpectation specifies expectation struct of the AuditLogService.Create.
AuditLogServiceMockCreateParams contains parameters of the AuditLogService.Create.
AuditLogServiceMockCreateResults contains results of the AuditLogService.Create.
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.
ChatServiceMockGetExpectation specifies expectation struct of the ChatService.Get.
ChatServiceMockGetMessagesExpectation specifies expectation struct of the ChatService.GetMessages.
ChatServiceMockGetMessagesParams contains parameters of the ChatService.GetMessages.
ChatServiceMockGetMessagesResults contains results of the ChatService.GetMessages.
ChatServiceMockGetParams contains parameters of the ChatService.Get.
ChatServiceMockGetResults contains results of the ChatService.Get.
ChatServiceMockSendMessageExpectation specifies expectation struct of the ChatService.SendMessage.
ChatServiceMockSendMessageParams contains parameters of the ChatService.SendMessage.
ChatServiceMockSendMessageResults contains results of the ChatService.SendMessage.