Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMessageDownloader ¶
type MockMessageDownloader struct {
// contains filtered or unexported fields
}
MockMessageDownloader is a mock of MessageDownloader interface.
func NewMockMessageDownloader ¶
func NewMockMessageDownloader(ctrl *gomock.Controller) *MockMessageDownloader
NewMockMessageDownloader creates a new mock instance.
func (*MockMessageDownloader) EXPECT ¶
func (m *MockMessageDownloader) EXPECT() *MockMessageDownloaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMessageDownloader) GetAttachmentInto ¶
func (m *MockMessageDownloader) GetAttachmentInto(arg0 context.Context, arg1 string, arg2 io.ReaderFrom) error
GetAttachmentInto mocks base method.
func (*MockMessageDownloader) GetMessage ¶
func (m *MockMessageDownloader) GetMessage(arg0 context.Context, arg1 string) (proton.Message, error)
GetMessage mocks base method.
type MockMessageDownloaderMockRecorder ¶
type MockMessageDownloaderMockRecorder struct {
// contains filtered or unexported fields
}
MockMessageDownloaderMockRecorder is the mock recorder for MockMessageDownloader.
func (*MockMessageDownloaderMockRecorder) GetAttachmentInto ¶
func (mr *MockMessageDownloaderMockRecorder) GetAttachmentInto(arg0, arg1, arg2 interface{}) *gomock.Call
GetAttachmentInto indicates an expected call of GetAttachmentInto.
func (*MockMessageDownloaderMockRecorder) GetMessage ¶
func (mr *MockMessageDownloaderMockRecorder) GetMessage(arg0, arg1 interface{}) *gomock.Call
GetMessage indicates an expected call of GetMessage.
Click to show internal directories.
Click to hide internal directories.