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 MockSubscriber ¶
type MockSubscriber struct {
// contains filtered or unexported fields
}
MockSubscriber is a mock of Subscriber interface.
func NewMockSubscriber ¶
func NewMockSubscriber(ctrl *gomock.Controller) *MockSubscriber
NewMockSubscriber creates a new mock instance.
func (*MockSubscriber) Ack ¶
func (m *MockSubscriber) Ack(arg0 context.Context) error
Ack mocks base method.
func (*MockSubscriber) EXPECT ¶
func (m *MockSubscriber) EXPECT() *MockSubscriberMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSubscriberMockRecorder ¶
type MockSubscriberMockRecorder struct {
// contains filtered or unexported fields
}
MockSubscriberMockRecorder is the mock recorder for MockSubscriber.
func (*MockSubscriberMockRecorder) Ack ¶
func (mr *MockSubscriberMockRecorder) Ack(arg0 interface{}) *gomock.Call
Ack indicates an expected call of Ack.
func (*MockSubscriberMockRecorder) Next ¶
func (mr *MockSubscriberMockRecorder) Next(ctx interface{}) *gomock.Call
Next indicates an expected call of Next.
func (*MockSubscriberMockRecorder) Stop ¶
func (mr *MockSubscriberMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
Click to show internal directories.
Click to hide internal directories.