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 PluginService ¶ added in v0.9.0
type PluginService struct {
// contains filtered or unexported fields
}
PluginService is a mock of PluginService interface.
func NewPluginService ¶ added in v0.9.0
func NewPluginService(ctrl *gomock.Controller) *PluginService
NewPluginService creates a new mock instance.
func (*PluginService) EXPECT ¶ added in v0.9.0
func (m *PluginService) EXPECT() *PluginServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*PluginService) NewProcessor ¶ added in v0.9.0
func (m *PluginService) NewProcessor(arg0 context.Context, arg1, arg2 string) (sdk.Processor, error)
NewProcessor mocks base method.
type PluginServiceMockRecorder ¶ added in v0.9.0
type PluginServiceMockRecorder struct {
// contains filtered or unexported fields
}
PluginServiceMockRecorder is the mock recorder for PluginService.
func (*PluginServiceMockRecorder) NewProcessor ¶ added in v0.9.0
func (mr *PluginServiceMockRecorder) NewProcessor(arg0, arg1, arg2 any) *gomock.Call
NewProcessor indicates an expected call of NewProcessor.
Click to show internal directories.
Click to hide internal directories.