Skip to content

Commit

Permalink
feat: add stream service type for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Aug 30, 2024
1 parent 98b5b09 commit 8443ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/backend-api7/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export class BackendAPI7 implements ADCSDK.Backend {
switch (type) {
case ADCSDK.ResourceType.ROUTE:
return toADC.transformRoute;
case ADCSDK.ResourceType.INTERNAL_STREAM_SERVICE:
case ADCSDK.ResourceType.SERVICE:
return toADC.transformService;
case ADCSDK.ResourceType.SSL:
Expand Down

0 comments on commit 8443ac1

Please sign in to comment.