Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: github.com/rusq/slackdump/v2/internal/structures/files/dl (interfaces: Exporter)
Generated by this command:
mockgen -destination ../../../../internal/mocks/mock_dl/mock_exporter.go github.com/rusq/slackdump/v2/internal/structures/files/dl Exporter
Package mock_dl is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockExporter ¶
type MockExporter struct {
// contains filtered or unexported fields
}
MockExporter is a mock of Exporter interface.
func NewMockExporter ¶
func NewMockExporter(ctrl *gomock.Controller) *MockExporter
NewMockExporter creates a new mock instance.
func (*MockExporter) EXPECT ¶
func (m *MockExporter) EXPECT() *MockExporterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockExporter) ProcessFunc ¶
func (m *MockExporter) ProcessFunc(arg0 string) slackdump.ProcessFunc
ProcessFunc mocks base method.
func (*MockExporter) Start ¶
func (m *MockExporter) Start(arg0 context.Context)
Start mocks base method.
type MockExporterMockRecorder ¶
type MockExporterMockRecorder struct {
// contains filtered or unexported fields
}
MockExporterMockRecorder is the mock recorder for MockExporter.
func (*MockExporterMockRecorder) ProcessFunc ¶
func (mr *MockExporterMockRecorder) ProcessFunc(arg0 any) *gomock.Call
ProcessFunc indicates an expected call of ProcessFunc.
func (*MockExporterMockRecorder) Start ¶
func (mr *MockExporterMockRecorder) Start(arg0 any) *gomock.Call
Start indicates an expected call of Start.
func (*MockExporterMockRecorder) Stop ¶
func (mr *MockExporterMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
Click to show internal directories.
Click to hide internal directories.