Documentation ¶
Overview ¶
Package mock_services is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOrderService ¶
type MockOrderService struct {
// contains filtered or unexported fields
}
MockOrderService is a mock of OrderService interface.
func NewMockOrderService ¶
func NewMockOrderService(ctrl *gomock.Controller) *MockOrderService
NewMockOrderService creates a new mock instance.
func (*MockOrderService) EXPECT ¶
func (m *MockOrderService) EXPECT() *MockOrderServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockOrderServiceMockRecorder ¶
type MockOrderServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockOrderServiceMockRecorder is the mock recorder for MockOrderService.
func (*MockOrderServiceMockRecorder) Submit ¶
func (mr *MockOrderServiceMockRecorder) Submit(ctx, order interface{}) *gomock.Call
Submit indicates an expected call of Submit.
Click to show internal directories.
Click to hide internal directories.