# Functions
NewMockCreateChat creates a new mock instance.
NewMockCreateChatRepository creates a new mock instance.
NewMockCreateMessage creates a new mock instance.
NewMockDeleteChatById creates a new mock instance.
NewMockDeleteChatByIdRepository creates a new mock instance.
NewMockFindChatById creates a new mock instance.
NewMockFindChatByIdRepository creates a new mock instance.
NewMockGetAllChatsByOwnerId creates a new mock instance.
NewMockGetAllChatsByOwnerIdRepository creates a new mock instance.
# Structs
MockCreateChat is a mock of CreateChat interface.
MockCreateChatMockRecorder is the mock recorder for MockCreateChat.
MockCreateChatRepository is a mock of CreateChatRepository interface.
MockCreateChatRepositoryMockRecorder is the mock recorder for MockCreateChatRepository.
MockCreateMessage is a mock of CreateMessage interface.
MockCreateMessageMockRecorder is the mock recorder for MockCreateMessage.
MockDeleteChatById is a mock of DeleteChatById interface.
MockDeleteChatByIdMockRecorder is the mock recorder for MockDeleteChatById.
MockDeleteChatByIdRepository is a mock of DeleteChatByIdRepository interface.
MockDeleteChatByIdRepositoryMockRecorder is the mock recorder for MockDeleteChatByIdRepository.
MockFindChatById is a mock of FindChatById interface.
MockFindChatByIdMockRecorder is the mock recorder for MockFindChatById.
MockFindChatByIdRepository is a mock of FindChatByIdRepository interface.
MockFindChatByIdRepositoryMockRecorder is the mock recorder for MockFindChatByIdRepository.
MockGetAllChatsByOwnerId is a mock of GetAllChatsByOwnerId interface.
MockGetAllChatsByOwnerIdMockRecorder is the mock recorder for MockGetAllChatsByOwnerId.
MockGetAllChatsByOwnerIdRepository is a mock of GetAllChatsByOwnerIdRepository interface.
MockGetAllChatsByOwnerIdRepositoryMockRecorder is the mock recorder for MockGetAllChatsByOwnerIdRepository.