Documentation ¶
Overview ¶
Package mockinstance is a generated GoMock package.
Index ¶
- type MockImplementation
- func (m *MockImplementation) EXPECT() *MockImplementationMockRecorder
- func (m *MockImplementation) ReSync() error
- func (m *MockImplementation) SetupConfig(registerer registerer.Registerer, cfg interface{}) error
- func (m *MockImplementation) SetupHandlers(c *processor.Config)
- func (m *MockImplementation) Start() error
- func (m *MockImplementation) Stop() error
- type MockImplementationMockRecorder
- func (mr *MockImplementationMockRecorder) ReSync() *gomock.Call
- func (mr *MockImplementationMockRecorder) SetupConfig(registerer, cfg interface{}) *gomock.Call
- func (mr *MockImplementationMockRecorder) SetupHandlers(c interface{}) *gomock.Call
- func (mr *MockImplementationMockRecorder) Start() *gomock.Call
- func (mr *MockImplementationMockRecorder) Stop() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockImplementation ¶
type MockImplementation struct {
// contains filtered or unexported fields
}
MockImplementation is a mock of Implementation interface nolint
func NewMockImplementation ¶
func NewMockImplementation(ctrl *gomock.Controller) *MockImplementation
NewMockImplementation creates a new mock instance nolint
func (*MockImplementation) EXPECT ¶
func (m *MockImplementation) EXPECT() *MockImplementationMockRecorder
EXPECT returns an object that allows the caller to indicate expected use nolint
func (*MockImplementation) ReSync ¶
func (m *MockImplementation) ReSync() error
ReSync mocks base method nolint
func (*MockImplementation) SetupConfig ¶
func (m *MockImplementation) SetupConfig(registerer registerer.Registerer, cfg interface{}) error
SetupConfig mocks base method nolint
func (*MockImplementation) SetupHandlers ¶
func (m *MockImplementation) SetupHandlers(c *processor.Config)
SetupHandlers mocks base method nolint
func (*MockImplementation) Start ¶
func (m *MockImplementation) Start() error
Start mocks base method nolint
func (*MockImplementation) Stop ¶
func (m *MockImplementation) Stop() error
Stop mocks base method nolint
type MockImplementationMockRecorder ¶
type MockImplementationMockRecorder struct {
// contains filtered or unexported fields
}
MockImplementationMockRecorder is the mock recorder for MockImplementation nolint
func (*MockImplementationMockRecorder) ReSync ¶
func (mr *MockImplementationMockRecorder) ReSync() *gomock.Call
ReSync indicates an expected call of ReSync nolint
func (*MockImplementationMockRecorder) SetupConfig ¶
func (mr *MockImplementationMockRecorder) SetupConfig(registerer, cfg interface{}) *gomock.Call
SetupConfig indicates an expected call of SetupConfig nolint
func (*MockImplementationMockRecorder) SetupHandlers ¶
func (mr *MockImplementationMockRecorder) SetupHandlers(c interface{}) *gomock.Call
SetupHandlers indicates an expected call of SetupHandlers nolint
func (*MockImplementationMockRecorder) Start ¶
func (mr *MockImplementationMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start nolint
func (*MockImplementationMockRecorder) Stop ¶
func (mr *MockImplementationMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop nolint