Documentation
¶
Overview ¶
Package mock_service is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNotifyService ¶
type MockNotifyService struct {
// contains filtered or unexported fields
}
MockNotifyService is a mock of NotifyService interface.
func NewMockNotifyService ¶
func NewMockNotifyService(ctrl *gomock.Controller) *MockNotifyService
NewMockNotifyService creates a new mock instance.
func (*MockNotifyService) EXPECT ¶
func (m *MockNotifyService) EXPECT() *MockNotifyServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockNotifyServiceMockRecorder ¶
type MockNotifyServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockNotifyServiceMockRecorder is the mock recorder for MockNotifyService.
func (*MockNotifyServiceMockRecorder) Notify ¶
func (mr *MockNotifyServiceMockRecorder) Notify(ctx, anchorID interface{}) *gomock.Call
Notify indicates an expected call of Notify.
type MockProcessService ¶
type MockProcessService struct {
// contains filtered or unexported fields
}
MockProcessService is a mock of ProcessService interface.
func NewMockProcessService ¶
func NewMockProcessService(ctrl *gomock.Controller) *MockProcessService
NewMockProcessService creates a new mock instance.
func (*MockProcessService) EXPECT ¶
func (m *MockProcessService) EXPECT() *MockProcessServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProcessService) Process ¶
func (m *MockProcessService) Process(ctx context.Context, req request.ProcessRequest) (*response.ProcessResponse, error)
Process mocks base method.
type MockProcessServiceMockRecorder ¶
type MockProcessServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockProcessServiceMockRecorder is the mock recorder for MockProcessService.
func (*MockProcessServiceMockRecorder) LoadUrl ¶
func (mr *MockProcessServiceMockRecorder) LoadUrl(ctx, url interface{}) *gomock.Call
LoadUrl indicates an expected call of LoadUrl.
func (*MockProcessServiceMockRecorder) Process ¶
func (mr *MockProcessServiceMockRecorder) Process(ctx, req interface{}) *gomock.Call
Process indicates an expected call of Process.