Documentation ¶
Overview ¶
Package mocks contains mocks for testing purposes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageRepository ¶ added in v0.15.0
MessageRepository is an autogenerated mock type for the MessageRepository type
func NewMessageRepository ¶
func NewMessageRepository(t interface { mock.TestingT Cleanup(func()) }) *MessageRepository
NewMessageRepository creates a new instance of MessageRepository. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MessageRepository) ReadAll ¶ added in v0.15.0
func (_m *MessageRepository) ReadAll(chanID string, pm readers.PageMetadata) (readers.MessagesPage, error)
ReadAll provides a mock function with given fields: chanID, pm
Click to show internal directories.
Click to hide internal directories.