Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPaymentWorker ¶
type MockPaymentWorker struct {
// contains filtered or unexported fields
}
MockPaymentWorker is a mock of PaymentWorker interface.
func NewMockPaymentWorker ¶
func NewMockPaymentWorker(ctrl *gomock.Controller) *MockPaymentWorker
NewMockPaymentWorker creates a new mock instance.
func (*MockPaymentWorker) EXPECT ¶
func (m *MockPaymentWorker) EXPECT() *MockPaymentWorkerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPaymentWorker) Start ¶
func (m *MockPaymentWorker) Start(arg0 context.Context) error
Start mocks base method.
func (*MockPaymentWorker) Stop ¶
func (m *MockPaymentWorker) Stop(arg0 publisher.StopReason) error
Stop mocks base method.
type MockPaymentWorkerMockRecorder ¶
type MockPaymentWorkerMockRecorder struct {
// contains filtered or unexported fields
}
MockPaymentWorkerMockRecorder is the mock recorder for MockPaymentWorker.
Click to show internal directories.
Click to hide internal directories.