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 MockInteractor ¶
type MockInteractor struct {
// contains filtered or unexported fields
}
MockInteractor is a mock of Interactor interface.
func NewMockInteractor ¶
func NewMockInteractor(ctrl *gomock.Controller) *MockInteractor
NewMockInteractor creates a new mock instance.
func (*MockInteractor) EXPECT ¶
func (m *MockInteractor) EXPECT() *MockInteractorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInteractor) ProcClient ¶
func (m *MockInteractor) ProcClient(ctx context.Context, nconn net.Conn, pt port.RouterPortType) error
ProcClient mocks base method.
type MockInteractorMockRecorder ¶
type MockInteractorMockRecorder struct {
// contains filtered or unexported fields
}
MockInteractorMockRecorder is the mock recorder for MockInteractor.
func (*MockInteractorMockRecorder) ProcClient ¶
func (mr *MockInteractorMockRecorder) ProcClient(ctx, nconn, pt interface{}) *gomock.Call
ProcClient indicates an expected call of ProcClient.
type MockTableDesc ¶
type MockTableDesc struct {
// contains filtered or unexported fields
}
MockTableDesc is a mock of TableDesc interface.
func NewMockTableDesc ¶
func NewMockTableDesc(ctrl *gomock.Controller) *MockTableDesc
NewMockTableDesc creates a new mock instance.
func (*MockTableDesc) EXPECT ¶
func (m *MockTableDesc) EXPECT() *MockTableDescMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTableDesc) GetHeader ¶
func (m *MockTableDesc) GetHeader() []string
GetHeader mocks base method.
type MockTableDescMockRecorder ¶
type MockTableDescMockRecorder struct {
// contains filtered or unexported fields
}
MockTableDescMockRecorder is the mock recorder for MockTableDesc.
func (*MockTableDescMockRecorder) GetHeader ¶
func (mr *MockTableDescMockRecorder) GetHeader() *gomock.Call
GetHeader indicates an expected call of GetHeader.