Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type DestinationPlugin
- func (m *DestinationPlugin) Configure(arg0 context.Context, arg1 pconnector.DestinationConfigureRequest) (pconnector.DestinationConfigureResponse, error)
- func (m *DestinationPlugin) EXPECT() *DestinationPluginMockRecorder
- func (m *DestinationPlugin) LifecycleOnCreated(arg0 context.Context, arg1 pconnector.DestinationLifecycleOnCreatedRequest) (pconnector.DestinationLifecycleOnCreatedResponse, error)
- func (m *DestinationPlugin) LifecycleOnDeleted(arg0 context.Context, arg1 pconnector.DestinationLifecycleOnDeletedRequest) (pconnector.DestinationLifecycleOnDeletedResponse, error)
- func (m *DestinationPlugin) LifecycleOnUpdated(arg0 context.Context, arg1 pconnector.DestinationLifecycleOnUpdatedRequest) (pconnector.DestinationLifecycleOnUpdatedResponse, error)
- func (m *DestinationPlugin) Open(arg0 context.Context, arg1 pconnector.DestinationOpenRequest) (pconnector.DestinationOpenResponse, error)
- func (m *DestinationPlugin) Run(arg0 context.Context, arg1 pconnector.DestinationRunStream) error
- func (m *DestinationPlugin) Stop(arg0 context.Context, arg1 pconnector.DestinationStopRequest) (pconnector.DestinationStopResponse, error)
- func (m *DestinationPlugin) Teardown(arg0 context.Context, arg1 pconnector.DestinationTeardownRequest) (pconnector.DestinationTeardownResponse, error)
- type DestinationPluginMockRecorder
- func (mr *DestinationPluginMockRecorder) Configure(arg0, arg1 any) *gomock.Call
- func (mr *DestinationPluginMockRecorder) LifecycleOnCreated(arg0, arg1 any) *gomock.Call
- func (mr *DestinationPluginMockRecorder) LifecycleOnDeleted(arg0, arg1 any) *gomock.Call
- func (mr *DestinationPluginMockRecorder) LifecycleOnUpdated(arg0, arg1 any) *gomock.Call
- func (mr *DestinationPluginMockRecorder) Open(arg0, arg1 any) *gomock.Call
- func (mr *DestinationPluginMockRecorder) Run(arg0, arg1 any) *gomock.Call
- func (mr *DestinationPluginMockRecorder) Stop(arg0, arg1 any) *gomock.Call
- func (mr *DestinationPluginMockRecorder) Teardown(arg0, arg1 any) *gomock.Call
- type SourcePlugin
- func (m *SourcePlugin) Configure(arg0 context.Context, arg1 pconnector.SourceConfigureRequest) (pconnector.SourceConfigureResponse, error)
- func (m *SourcePlugin) EXPECT() *SourcePluginMockRecorder
- func (m *SourcePlugin) LifecycleOnCreated(arg0 context.Context, arg1 pconnector.SourceLifecycleOnCreatedRequest) (pconnector.SourceLifecycleOnCreatedResponse, error)
- func (m *SourcePlugin) LifecycleOnDeleted(arg0 context.Context, arg1 pconnector.SourceLifecycleOnDeletedRequest) (pconnector.SourceLifecycleOnDeletedResponse, error)
- func (m *SourcePlugin) LifecycleOnUpdated(arg0 context.Context, arg1 pconnector.SourceLifecycleOnUpdatedRequest) (pconnector.SourceLifecycleOnUpdatedResponse, error)
- func (m *SourcePlugin) Open(arg0 context.Context, arg1 pconnector.SourceOpenRequest) (pconnector.SourceOpenResponse, error)
- func (m *SourcePlugin) Run(arg0 context.Context, arg1 pconnector.SourceRunStream) error
- func (m *SourcePlugin) Stop(arg0 context.Context, arg1 pconnector.SourceStopRequest) (pconnector.SourceStopResponse, error)
- func (m *SourcePlugin) Teardown(arg0 context.Context, arg1 pconnector.SourceTeardownRequest) (pconnector.SourceTeardownResponse, error)
- type SourcePluginMockRecorder
- func (mr *SourcePluginMockRecorder) Configure(arg0, arg1 any) *gomock.Call
- func (mr *SourcePluginMockRecorder) LifecycleOnCreated(arg0, arg1 any) *gomock.Call
- func (mr *SourcePluginMockRecorder) LifecycleOnDeleted(arg0, arg1 any) *gomock.Call
- func (mr *SourcePluginMockRecorder) LifecycleOnUpdated(arg0, arg1 any) *gomock.Call
- func (mr *SourcePluginMockRecorder) Open(arg0, arg1 any) *gomock.Call
- func (mr *SourcePluginMockRecorder) Run(arg0, arg1 any) *gomock.Call
- func (mr *SourcePluginMockRecorder) Stop(arg0, arg1 any) *gomock.Call
- func (mr *SourcePluginMockRecorder) Teardown(arg0, arg1 any) *gomock.Call
- type SpecifierPlugin
- type SpecifierPluginMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationPlugin ¶
type DestinationPlugin struct {
// contains filtered or unexported fields
}
DestinationPlugin is a mock of DestinationPlugin interface.
func NewDestinationPlugin ¶
func NewDestinationPlugin(ctrl *gomock.Controller) *DestinationPlugin
NewDestinationPlugin creates a new mock instance.
func (*DestinationPlugin) Configure ¶
func (m *DestinationPlugin) Configure(arg0 context.Context, arg1 pconnector.DestinationConfigureRequest) (pconnector.DestinationConfigureResponse, error)
Configure mocks base method.
func (*DestinationPlugin) EXPECT ¶
func (m *DestinationPlugin) EXPECT() *DestinationPluginMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*DestinationPlugin) LifecycleOnCreated ¶
func (m *DestinationPlugin) LifecycleOnCreated(arg0 context.Context, arg1 pconnector.DestinationLifecycleOnCreatedRequest) (pconnector.DestinationLifecycleOnCreatedResponse, error)
LifecycleOnCreated mocks base method.
func (*DestinationPlugin) LifecycleOnDeleted ¶
func (m *DestinationPlugin) LifecycleOnDeleted(arg0 context.Context, arg1 pconnector.DestinationLifecycleOnDeletedRequest) (pconnector.DestinationLifecycleOnDeletedResponse, error)
LifecycleOnDeleted mocks base method.
func (*DestinationPlugin) LifecycleOnUpdated ¶
func (m *DestinationPlugin) LifecycleOnUpdated(arg0 context.Context, arg1 pconnector.DestinationLifecycleOnUpdatedRequest) (pconnector.DestinationLifecycleOnUpdatedResponse, error)
LifecycleOnUpdated mocks base method.
func (*DestinationPlugin) Open ¶
func (m *DestinationPlugin) Open(arg0 context.Context, arg1 pconnector.DestinationOpenRequest) (pconnector.DestinationOpenResponse, error)
Open mocks base method.
func (*DestinationPlugin) Run ¶
func (m *DestinationPlugin) Run(arg0 context.Context, arg1 pconnector.DestinationRunStream) error
Run mocks base method.
func (*DestinationPlugin) Stop ¶
func (m *DestinationPlugin) Stop(arg0 context.Context, arg1 pconnector.DestinationStopRequest) (pconnector.DestinationStopResponse, error)
Stop mocks base method.
func (*DestinationPlugin) Teardown ¶
func (m *DestinationPlugin) Teardown(arg0 context.Context, arg1 pconnector.DestinationTeardownRequest) (pconnector.DestinationTeardownResponse, error)
Teardown mocks base method.
type DestinationPluginMockRecorder ¶
type DestinationPluginMockRecorder struct {
// contains filtered or unexported fields
}
DestinationPluginMockRecorder is the mock recorder for DestinationPlugin.
func (*DestinationPluginMockRecorder) Configure ¶
func (mr *DestinationPluginMockRecorder) Configure(arg0, arg1 any) *gomock.Call
Configure indicates an expected call of Configure.
func (*DestinationPluginMockRecorder) LifecycleOnCreated ¶
func (mr *DestinationPluginMockRecorder) LifecycleOnCreated(arg0, arg1 any) *gomock.Call
LifecycleOnCreated indicates an expected call of LifecycleOnCreated.
func (*DestinationPluginMockRecorder) LifecycleOnDeleted ¶
func (mr *DestinationPluginMockRecorder) LifecycleOnDeleted(arg0, arg1 any) *gomock.Call
LifecycleOnDeleted indicates an expected call of LifecycleOnDeleted.
func (*DestinationPluginMockRecorder) LifecycleOnUpdated ¶
func (mr *DestinationPluginMockRecorder) LifecycleOnUpdated(arg0, arg1 any) *gomock.Call
LifecycleOnUpdated indicates an expected call of LifecycleOnUpdated.
func (*DestinationPluginMockRecorder) Open ¶
func (mr *DestinationPluginMockRecorder) Open(arg0, arg1 any) *gomock.Call
Open indicates an expected call of Open.
func (*DestinationPluginMockRecorder) Run ¶
func (mr *DestinationPluginMockRecorder) Run(arg0, arg1 any) *gomock.Call
Run indicates an expected call of Run.
type SourcePlugin ¶
type SourcePlugin struct {
// contains filtered or unexported fields
}
SourcePlugin is a mock of SourcePlugin interface.
func NewSourcePlugin ¶
func NewSourcePlugin(ctrl *gomock.Controller) *SourcePlugin
NewSourcePlugin creates a new mock instance.
func (*SourcePlugin) Configure ¶
func (m *SourcePlugin) Configure(arg0 context.Context, arg1 pconnector.SourceConfigureRequest) (pconnector.SourceConfigureResponse, error)
Configure mocks base method.
func (*SourcePlugin) EXPECT ¶
func (m *SourcePlugin) EXPECT() *SourcePluginMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*SourcePlugin) LifecycleOnCreated ¶
func (m *SourcePlugin) LifecycleOnCreated(arg0 context.Context, arg1 pconnector.SourceLifecycleOnCreatedRequest) (pconnector.SourceLifecycleOnCreatedResponse, error)
LifecycleOnCreated mocks base method.
func (*SourcePlugin) LifecycleOnDeleted ¶
func (m *SourcePlugin) LifecycleOnDeleted(arg0 context.Context, arg1 pconnector.SourceLifecycleOnDeletedRequest) (pconnector.SourceLifecycleOnDeletedResponse, error)
LifecycleOnDeleted mocks base method.
func (*SourcePlugin) LifecycleOnUpdated ¶
func (m *SourcePlugin) LifecycleOnUpdated(arg0 context.Context, arg1 pconnector.SourceLifecycleOnUpdatedRequest) (pconnector.SourceLifecycleOnUpdatedResponse, error)
LifecycleOnUpdated mocks base method.
func (*SourcePlugin) Open ¶
func (m *SourcePlugin) Open(arg0 context.Context, arg1 pconnector.SourceOpenRequest) (pconnector.SourceOpenResponse, error)
Open mocks base method.
func (*SourcePlugin) Run ¶
func (m *SourcePlugin) Run(arg0 context.Context, arg1 pconnector.SourceRunStream) error
Run mocks base method.
func (*SourcePlugin) Stop ¶
func (m *SourcePlugin) Stop(arg0 context.Context, arg1 pconnector.SourceStopRequest) (pconnector.SourceStopResponse, error)
Stop mocks base method.
func (*SourcePlugin) Teardown ¶
func (m *SourcePlugin) Teardown(arg0 context.Context, arg1 pconnector.SourceTeardownRequest) (pconnector.SourceTeardownResponse, error)
Teardown mocks base method.
type SourcePluginMockRecorder ¶
type SourcePluginMockRecorder struct {
// contains filtered or unexported fields
}
SourcePluginMockRecorder is the mock recorder for SourcePlugin.
func (*SourcePluginMockRecorder) Configure ¶
func (mr *SourcePluginMockRecorder) Configure(arg0, arg1 any) *gomock.Call
Configure indicates an expected call of Configure.
func (*SourcePluginMockRecorder) LifecycleOnCreated ¶
func (mr *SourcePluginMockRecorder) LifecycleOnCreated(arg0, arg1 any) *gomock.Call
LifecycleOnCreated indicates an expected call of LifecycleOnCreated.
func (*SourcePluginMockRecorder) LifecycleOnDeleted ¶
func (mr *SourcePluginMockRecorder) LifecycleOnDeleted(arg0, arg1 any) *gomock.Call
LifecycleOnDeleted indicates an expected call of LifecycleOnDeleted.
func (*SourcePluginMockRecorder) LifecycleOnUpdated ¶
func (mr *SourcePluginMockRecorder) LifecycleOnUpdated(arg0, arg1 any) *gomock.Call
LifecycleOnUpdated indicates an expected call of LifecycleOnUpdated.
func (*SourcePluginMockRecorder) Open ¶
func (mr *SourcePluginMockRecorder) Open(arg0, arg1 any) *gomock.Call
Open indicates an expected call of Open.
func (*SourcePluginMockRecorder) Run ¶
func (mr *SourcePluginMockRecorder) Run(arg0, arg1 any) *gomock.Call
Run indicates an expected call of Run.
type SpecifierPlugin ¶
type SpecifierPlugin struct {
// contains filtered or unexported fields
}
SpecifierPlugin is a mock of SpecifierPlugin interface.
func NewSpecifierPlugin ¶
func NewSpecifierPlugin(ctrl *gomock.Controller) *SpecifierPlugin
NewSpecifierPlugin creates a new mock instance.
func (*SpecifierPlugin) EXPECT ¶
func (m *SpecifierPlugin) EXPECT() *SpecifierPluginMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*SpecifierPlugin) Specify ¶
func (m *SpecifierPlugin) Specify(arg0 context.Context, arg1 pconnector.SpecifierSpecifyRequest) (pconnector.SpecifierSpecifyResponse, error)
Specify mocks base method.
type SpecifierPluginMockRecorder ¶
type SpecifierPluginMockRecorder struct {
// contains filtered or unexported fields
}
SpecifierPluginMockRecorder is the mock recorder for SpecifierPlugin.