INFRA-2911 | Product service, repo and handler (#373)
* INFRA-2911 | Product entity, modal and repository * INFRA-2911 | Product service and handler * INFRA-2911 | Product service test * INFRA-2911 | Optimisations * INFRA-2911 | Optimisations
This commit is contained in:
1
Makefile
1
Makefile
@@ -62,6 +62,7 @@ generatemocks:
|
||||
cd $(CURDIR)/pkg/maverick && minimock -i IMaverickClient -s _mock.go -o $(CURDIR)/mocks
|
||||
cd $(CURDIR)/service/incident_jira && minimock -i IncidentJiraService -s _mock.go -o $(CURDIR)/mocks
|
||||
cd $(CURDIR)/model/incident_jira && minimock -i IncidentJiraRepository -s _mock.go -o $(CURDIR)/mocks
|
||||
cd $(CURDIR)/model/product && minimock -i ProductRepository -s _mock.go -o $(CURDIR)/mocks
|
||||
cd $(CURDIR)/service/google && minimock -i IDriveService -s _mock.go -o $(CURDIR)/mocks
|
||||
cd $(CURDIR)/service/rca && minimock -i IRcaService -s _mock.go -o $(CURDIR)/mocks
|
||||
cd $(CURDIR)/pkg/alertClient && minimock -i AlertClient -s _mock.go -o $(CURDIR)/mocks
|
||||
|
||||
Reference in New Issue
Block a user