Documentation ¶
Overview ¶
Package mock_pkg is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockArg ¶
type MockArg struct {
// contains filtered or unexported fields
}
MockArg is a mock of Arg interface
func NewMockArg ¶
func NewMockArg(ctrl *gomock.Controller) *MockArg
NewMockArg creates a new mock instance
func (*MockArg) EXPECT ¶
func (m *MockArg) EXPECT() *MockArgMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockArgMockRecorder ¶
type MockArgMockRecorder struct {
// contains filtered or unexported fields
}
MockArgMockRecorder is the mock recorder for MockArg
func (*MockArgMockRecorder) Foo ¶
func (mr *MockArgMockRecorder) Foo() *gomock.Call
Foo indicates an expected call of Foo
type MockIntf ¶
type MockIntf struct {
// contains filtered or unexported fields
}
MockIntf is a mock of Intf interface
func NewMockIntf ¶
func NewMockIntf(ctrl *gomock.Controller) *MockIntf
NewMockIntf creates a new mock instance
func (*MockIntf) EXPECT ¶
func (m *MockIntf) EXPECT() *MockIntfMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIntfMockRecorder ¶
type MockIntfMockRecorder struct {
// contains filtered or unexported fields
}
MockIntfMockRecorder is the mock recorder for MockIntf
func (*MockIntfMockRecorder) F ¶
func (mr *MockIntfMockRecorder) F() *gomock.Call
F indicates an expected call of F
Click to show internal directories.
Click to hide internal directories.