Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: producer.go
Generated by this command:
mockgen -source=producer.go -package=evtmocks -destination=mocks/producer.mock.go Producer
Package evtmocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProducer ¶
type MockProducer struct {
// contains filtered or unexported fields
}
MockProducer is a mock of Producer interface.
func NewMockProducer ¶
func NewMockProducer(ctrl *gomock.Controller) *MockProducer
NewMockProducer creates a new mock instance.
func (*MockProducer) EXPECT ¶
func (m *MockProducer) EXPECT() *MockProducerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProducer) ProduceInconsistentEvent ¶
func (m *MockProducer) ProduceInconsistentEvent(ctx context.Context, event events.InconsistentEvent) error
ProduceInconsistentEvent mocks base method.
type MockProducerMockRecorder ¶
type MockProducerMockRecorder struct {
// contains filtered or unexported fields
}
MockProducerMockRecorder is the mock recorder for MockProducer.
func (*MockProducerMockRecorder) ProduceInconsistentEvent ¶
func (mr *MockProducerMockRecorder) ProduceInconsistentEvent(ctx, event any) *gomock.Call
ProduceInconsistentEvent indicates an expected call of ProduceInconsistentEvent.
Click to show internal directories.
Click to hide internal directories.