Documentation ¶
Overview ¶
Package mockdedup is a generated GoMock package.
Package mockdedup is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIntervalTask ¶
type MockIntervalTask struct {
// contains filtered or unexported fields
}
MockIntervalTask is a mock of IntervalTask interface
func NewMockIntervalTask ¶
func NewMockIntervalTask(ctrl *gomock.Controller) *MockIntervalTask
NewMockIntervalTask creates a new mock instance
func (*MockIntervalTask) EXPECT ¶
func (m *MockIntervalTask) EXPECT() *MockIntervalTaskMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIntervalTaskMockRecorder ¶
type MockIntervalTaskMockRecorder struct {
// contains filtered or unexported fields
}
MockIntervalTaskMockRecorder is the mock recorder for MockIntervalTask
func (*MockIntervalTaskMockRecorder) Run ¶
func (mr *MockIntervalTaskMockRecorder) Run() *gomock.Call
Run indicates an expected call of Run
type MockTaskRunner ¶
type MockTaskRunner struct {
// contains filtered or unexported fields
}
MockTaskRunner is a mock of TaskRunner interface
func NewMockTaskRunner ¶
func NewMockTaskRunner(ctrl *gomock.Controller) *MockTaskRunner
NewMockTaskRunner creates a new mock instance
func (*MockTaskRunner) EXPECT ¶
func (m *MockTaskRunner) EXPECT() *MockTaskRunnerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTaskRunner) Run ¶
func (m *MockTaskRunner) Run(arg0 interface{}) (interface{}, time.Duration)
Run mocks base method
type MockTaskRunnerMockRecorder ¶
type MockTaskRunnerMockRecorder struct {
// contains filtered or unexported fields
}
MockTaskRunnerMockRecorder is the mock recorder for MockTaskRunner
func (*MockTaskRunnerMockRecorder) Run ¶
func (mr *MockTaskRunnerMockRecorder) Run(arg0 interface{}) *gomock.Call
Run indicates an expected call of Run