-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
360 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import { createModule } from '@deepkit/app'; | ||
import { provideRestateServiceProxy } from 'deepkit-restate'; | ||
|
||
import { AccountingServiceApi } from '@ftgo/accounting-service-api'; | ||
import { PaymentServiceApi } from '@ftgo/payment-service-api'; | ||
|
||
import { AccountingController } from './accounting.controller'; | ||
|
||
export class AccountingModule extends createModule({ | ||
controllers: [AccountingController], | ||
providers: [provideRestateServiceProxy<AccountingServiceApi>()], | ||
providers: [provideRestateServiceProxy<PaymentServiceApi>()], | ||
}) {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import { createModule } from '@deepkit/app'; | ||
import { provideRestateServiceProxy } from 'deepkit-restate'; | ||
|
||
import { ConsumerServiceApi } from '@ftgo/consumer-service-api'; | ||
import { CustomerServiceApi } from '@ftgo/customer-service-api'; | ||
|
||
import { ConsumerController } from './consumer.controller'; | ||
|
||
export class ConsumerModule extends createModule({ | ||
controllers: [ConsumerController], | ||
providers: [provideRestateServiceProxy<ConsumerServiceApi>()], | ||
providers: [provideRestateServiceProxy<CustomerServiceApi>()], | ||
}) {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# customer-service-api | ||
|
||
This library was generated with [Nx](https://nx.dev). | ||
|
||
## Building | ||
|
||
Run `nx build customer-service-api` to build the library. | ||
|
||
## Running unit tests | ||
|
||
Run `nx test customer-service-api` to execute the unit tests via [Vitest](https://vitest.dev/). |
2 changes: 1 addition & 1 deletion
2
consumer-service-api/package.json → customer-service-api/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
consumer-service-api/project.json → customer-service-api/project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.