Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMiniTaskExecutor ¶
type MockMiniTaskExecutor struct {
// contains filtered or unexported fields
}
MockMiniTaskExecutor is a mock of MiniTaskExecutor interface.
func NewMockMiniTaskExecutor ¶
func NewMockMiniTaskExecutor(ctrl *gomock.Controller) *MockMiniTaskExecutor
NewMockMiniTaskExecutor creates a new mock instance.
func (*MockMiniTaskExecutor) EXPECT ¶
func (m *MockMiniTaskExecutor) EXPECT() *MockMiniTaskExecutorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMiniTaskExecutor) ISGOMOCK ¶
func (m *MockMiniTaskExecutor) ISGOMOCK() struct{}
ISGOMOCK indicates that this struct is a gomock mock.
func (*MockMiniTaskExecutor) Run ¶
func (m *MockMiniTaskExecutor) Run(arg0 context.Context, arg1, arg2 backend.EngineWriter) error
Run mocks base method.
type MockMiniTaskExecutorMockRecorder ¶
type MockMiniTaskExecutorMockRecorder struct {
// contains filtered or unexported fields
}
MockMiniTaskExecutorMockRecorder is the mock recorder for MockMiniTaskExecutor.
Click to show internal directories.
Click to hide internal directories.