Documentation
¶
Index ¶
- type MockInterface
- type MockInterface_Do_Call
- func (_c *MockInterface_Do_Call) Return(err error) *MockInterface_Do_Call
- func (_c *MockInterface_Do_Call) Run(run func(ctx context.Context, in commit.Input)) *MockInterface_Do_Call
- func (_c *MockInterface_Do_Call) RunAndReturn(run func(ctx context.Context, in commit.Input) error) *MockInterface_Do_Call
- type MockInterface_Expecter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
MockInterface is an autogenerated mock type for the Interface type
func NewMockInterface ¶
func NewMockInterface(t interface {
mock.TestingT
Cleanup(func())
}) *MockInterface
NewMockInterface creates a new instance of MockInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MockInterface) EXPECT ¶
func (_m *MockInterface) EXPECT() *MockInterface_Expecter
type MockInterface_Do_Call ¶
MockInterface_Do_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Do'
func (*MockInterface_Do_Call) Return ¶
func (_c *MockInterface_Do_Call) Return(err error) *MockInterface_Do_Call
func (*MockInterface_Do_Call) Run ¶
func (_c *MockInterface_Do_Call) Run(run func(ctx context.Context, in commit.Input)) *MockInterface_Do_Call
func (*MockInterface_Do_Call) RunAndReturn ¶
func (_c *MockInterface_Do_Call) RunAndReturn(run func(ctx context.Context, in commit.Input) error) *MockInterface_Do_Call
type MockInterface_Expecter ¶
type MockInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockInterface_Expecter) Do ¶
func (_e *MockInterface_Expecter) Do(ctx interface{}, in interface{}) *MockInterface_Do_Call
Do is a helper method to define mock.On call
- ctx context.Context
- in commit.Input
Click to show internal directories.
Click to hide internal directories.