Documentation ¶
Overview ¶
Package vendor_pkg is a generated GoMock package.
Index ¶
- type MockIfc
- type MockIfcMockRecorder
- func (mr *MockIfcMockRecorder) A(arg0 interface{}) *gomock.Call
- func (mr *MockIfcMockRecorder) B(arg0 interface{}) *gomock.Call
- func (mr *MockIfcMockRecorder) C(arg0 interface{}) *gomock.Call
- func (mr *MockIfcMockRecorder) D(arg0 interface{}) *gomock.Call
- func (mr *MockIfcMockRecorder) E(arg0 interface{}) *gomock.Call
- func (mr *MockIfcMockRecorder) F(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIfc ¶
type MockIfc struct {
// contains filtered or unexported fields
}
MockIfc is a mock of Ifc interface
func NewMockIfc ¶
func NewMockIfc(ctrl *gomock.Controller) *MockIfc
NewMockIfc creates a new mock instance
func (*MockIfc) EXPECT ¶
func (m *MockIfc) EXPECT() *MockIfcMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIfcMockRecorder ¶
type MockIfcMockRecorder struct {
// contains filtered or unexported fields
}
MockIfcMockRecorder is the mock recorder for MockIfc
func (*MockIfcMockRecorder) A ¶
func (mr *MockIfcMockRecorder) A(arg0 interface{}) *gomock.Call
A indicates an expected call of A
func (*MockIfcMockRecorder) B ¶
func (mr *MockIfcMockRecorder) B(arg0 interface{}) *gomock.Call
B indicates an expected call of B
func (*MockIfcMockRecorder) C ¶
func (mr *MockIfcMockRecorder) C(arg0 interface{}) *gomock.Call
C indicates an expected call of C
func (*MockIfcMockRecorder) D ¶
func (mr *MockIfcMockRecorder) D(arg0 interface{}) *gomock.Call
D indicates an expected call of D
func (*MockIfcMockRecorder) E ¶
func (mr *MockIfcMockRecorder) E(arg0 interface{}) *gomock.Call
E indicates an expected call of E
func (*MockIfcMockRecorder) F ¶
func (mr *MockIfcMockRecorder) F(arg0 interface{}) *gomock.Call
F indicates an expected call of F
Click to show internal directories.
Click to hide internal directories.