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 MockTaskFunc ¶
type MockTaskFunc struct {
// contains filtered or unexported fields
}
MockTaskFunc is a mock of TaskFunc interface.
func NewMockTaskFunc ¶
func NewMockTaskFunc(ctrl *gomock.Controller) *MockTaskFunc
NewMockTaskFunc creates a new mock instance.
func (*MockTaskFunc) Do ¶
func (m *MockTaskFunc) Do(arg0 *errors.ErrorContext) (string, error)
Do mocks base method.
func (*MockTaskFunc) EXPECT ¶
func (m *MockTaskFunc) EXPECT() *MockTaskFuncMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTaskFuncMockRecorder ¶
type MockTaskFuncMockRecorder struct {
// contains filtered or unexported fields
}
MockTaskFuncMockRecorder is the mock recorder for MockTaskFunc.
func (*MockTaskFuncMockRecorder) Do ¶
func (mr *MockTaskFuncMockRecorder) Do(arg0 interface{}) *gomock.Call
Do indicates an expected call of Do.
Click to show internal directories.
Click to hide internal directories.