Documentation ¶
Overview ¶
Package mock_streammanager is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStreamProducer ¶
type MockStreamProducer struct {
// contains filtered or unexported fields
}
MockStreamProducer is a mock of StreamProducer interface.
func NewMockStreamProducer ¶
func NewMockStreamProducer(ctrl *gomock.Controller) *MockStreamProducer
NewMockStreamProducer creates a new mock instance.
func (*MockStreamProducer) Close ¶
func (m *MockStreamProducer) Close() error
Close mocks base method.
func (*MockStreamProducer) EXPECT ¶
func (m *MockStreamProducer) EXPECT() *MockStreamProducerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStreamProducer) Produce ¶
func (m *MockStreamProducer) Produce(arg0 json.RawMessage, arg1 interface{}) (int, string, string)
Produce mocks base method.
type MockStreamProducerMockRecorder ¶
type MockStreamProducerMockRecorder struct {
// contains filtered or unexported fields
}
MockStreamProducerMockRecorder is the mock recorder for MockStreamProducer.
func (*MockStreamProducerMockRecorder) Close ¶
func (mr *MockStreamProducerMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockStreamProducerMockRecorder) Produce ¶
func (mr *MockStreamProducerMockRecorder) Produce(arg0, arg1 interface{}) *gomock.Call
Produce indicates an expected call of Produce.
Click to show internal directories.
Click to hide internal directories.