Documentation
¶
Overview ¶
Package service is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCustomerService ¶
type MockCustomerService struct {
// contains filtered or unexported fields
}
MockCustomerService is a mock of CustomerService interface.
func NewMockCustomerService ¶
func NewMockCustomerService(ctrl *gomock.Controller) *MockCustomerService
NewMockCustomerService creates a new mock instance.
func (*MockCustomerService) EXPECT ¶
func (m *MockCustomerService) EXPECT() *MockCustomerServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCustomerService) GetAllCustomer ¶
func (m *MockCustomerService) GetAllCustomer(arg0 string) ([]dto.CustomerResponse, *errs.AppError)
GetAllCustomer mocks base method.
func (*MockCustomerService) GetById ¶
func (m *MockCustomerService) GetById(arg0 string) (*dto.CustomerResponse, *errs.AppError)
GetById mocks base method.
type MockCustomerServiceMockRecorder ¶
type MockCustomerServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockCustomerServiceMockRecorder is the mock recorder for MockCustomerService.
func (*MockCustomerServiceMockRecorder) GetAllCustomer ¶
func (mr *MockCustomerServiceMockRecorder) GetAllCustomer(arg0 interface{}) *gomock.Call
GetAllCustomer indicates an expected call of GetAllCustomer.
func (*MockCustomerServiceMockRecorder) GetById ¶
func (mr *MockCustomerServiceMockRecorder) GetById(arg0 interface{}) *gomock.Call
GetById indicates an expected call of GetById.
Click to show internal directories.
Click to hide internal directories.